Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.23 KB

Restful-API-Specification.md

File metadata and controls

33 lines (21 loc) · 1.23 KB

Mapty Pro Restful API Specification

Inspired by @jamescooke's restapidocs.

用户验证

Auth required 字段为 YES 的 API 需要进行用户验证,具体来说,其请求的 header 部分包含用户名和密码,格式如下:

"username": "string"
"password": "string"

收到请求后应首先验证用户名和密码的对应关系,验证失败的返回 400 Authorization failed.

用户管理

内容管理

评论系统