Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plh97/api
个人api制作
https://github.com/plh97/api
docker github-api go golang koa nodejs server shell tinypng-api
Last synced: about 2 months ago
JSON representation
个人api制作
- Host: GitHub
- URL: https://github.com/plh97/api
- Owner: plh97
- Created: 2018-05-21T15:16:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:55:22.000Z (about 2 years ago)
- Last Synced: 2023-03-18T10:25:03.816Z (almost 2 years ago)
- Topics: docker, github-api, go, golang, koa, nodejs, server, shell, tinypng-api
- Language: JavaScript
- Homepage: https://api.pipk.top
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api
个人api制作### upload 只支持图片上传
```js
axios.post('https://api.pipk.top/upload',{
...相关图片参数吧。暂时没想到
}).then(res=>{
res: {
name: '文件名',
url: '访问地址'
}
},err=>{
err: 错误捕捉
})
```### common auto set user && password
```bash
$ git config credential.helper store
$ git push http://github.com/pengliheng/repo.git
Username:
Password:
```Also I suggest you to read
```
$ git help credentials
```