This website requires JavaScript.
Explore
Help
Register
Sign In
xiaji
/
webstatus
Watch
1
Star
0
Fork
0
You've already forked webstatus
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
16e3b14984f1ee266fb130af78e34319d7377f10
webstatus
/
status
/
__pycache__
/
views.cpython-38.pyc
56 lines
5.4 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
第一个版本
2025-07-31 21:21:45 +08:00
U
增加了api功能: 创建API文档页面 :新建了 status/templates/status/api_docs.html 模板文件,包含: - API认证方式说明 - 所有API端点的详细说明(POST /api/checkin/、GET /api/services/、GET /api/services/{id}/history/、GET /api/status-summary/) - 每个端点的请求体和响应体示例 - 状态码和检测类型的说明
2025-09-07 19:51:04 +08:00