Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2017-01-03 17:05:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48070327db9b9362cde172d765f499a9d1d106df
48070327
1 parent
cf71319c
Updates api概述.md
Auto commit by GitBook Editor
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
README.md
SUMMARY.md
api概述.md
README.md
View file @
4807032
...
...
@@ -10,7 +10,7 @@ Welcome to the boxfish developer docs!
开发过程中需要人工书写changelog,为什么要写它?
请查看
http://keepachangelog.com/zh-CN/0.3.0/
请查看
[
http://keepachangelog.com/zh-CN/0.3.0/
](
http://keepachangelog.com/zh-CN/0.3.0/
)
## OAuth2.0 {#oauth2.0}
...
...
@@ -23,3 +23,6 @@ Welcome to the boxfish developer docs!
1.
200
2.
401
3.
500
...
...
SUMMARY.md
View file @
4807032
This diff is collapsed. Click to expand it.
api概述.md
0 → 100644
View file @
4807032
# REST API 基本约束
---
*
API被设计为符合HTTP,REST规范。例如:查询请求使用Get方法,提交请求使用Post方法,如果一个请求不是相应的HTTP方法,将返回错误。
*
如无特殊说明,调用参数值应转码为UTF-8,URL编码
...
...
Please
register
or
login
to post a comment