Implement full media crawler workflow with Flask backend and Vue frontend.
Add TMDB search and media detail pages, HDHive resource ingestion flow, unified error handling, Docker single-container runtime, and project docs/config updates for local deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
docs/hdhive-openapi-docs/README.md
Normal file
19
docs/hdhive-openapi-docs/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# HDHive OpenAPI 公开文档
|
||||
|
||||
本压缩包由当前前端 OpenAPI 文档内容生成,面向个人脚本、内部工具和第三方应用接入方。
|
||||
|
||||
## 文件
|
||||
|
||||
- [概述](./overview.md)
|
||||
- [认证与授权](./authentication.md)
|
||||
- [限制与错误处理](./limits.md)
|
||||
- [通用响应格式](./response-format.md)
|
||||
- [接口列表](./endpoints.md)
|
||||
|
||||
## SDK 下载
|
||||
|
||||
SDK 下载页:`/api-docs/sdk`
|
||||
|
||||
## 限制说明
|
||||
|
||||
本文档不公开具体 QPS 或每日额度。接入方应按 `429`、`Retry-After`、`limit_scope` 和 `retry_after_seconds` 做退避处理。
|
||||
Reference in New Issue
Block a user