feat: docs api design

This commit is contained in:
neo-f
2023-03-22 22:45:17 +08:00
commit 084d0de8bc
52 changed files with 3420 additions and 0 deletions

23
statics/description.md Normal file
View File

@@ -0,0 +1,23 @@
<!-- markdownlint-configure-file { "MD013": { "line_length": 180 } } -->
# octopus服务说明
- Build Time: {build_time}
- Go Version: {go_version}
> **NOTE**
- 本服务所有接口的返回值均遵循Rcrai前端组件规范
```json
{
"code": 0,
"data": {},
"message": "",
"details": {}
}
```
但为使文档更加简洁所有该文档中涉及的JSON Response均只展示data内部的数据结构(特殊情况除外).
如果有疑问请联系本服务维护者 :D