Skip to content

Commit 91ed179

Browse files
committed
docs: 删除 docs/ API 参考与依赖它的契约测试
docs/forward-api.md 与 managed-api.md 是手工维护的第二份事实来源, 与代码容易漂移;tests/_docs.py 在 import 时解析这两份文档驱动 1234 个 回放测试,文档一删测试就无法收集,因此一并移除。
1 parent bc22765 commit 91ed179

5 files changed

Lines changed: 1 addition & 5426 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Synchronous and natively asynchronous clients for Python 3.10+, with typed responses, automatic pagination, SSE streaming, and file transfer.
44

5-
Full API reference: [Forward API](docs/forward-api.md) · [Managed API](docs/managed-api.md) — covering initialization, sync and async calls, pagination, SSE, file transfer, and the parameters, return types, and HTTP routes of every resource method.
6-
75
## Installation and configuration
86

97
```bash
@@ -250,9 +248,8 @@ src/qca/
250248
_client.py
251249
resources/ # agents, deployments, environments/work, and so on
252250
types/
253-
tests/ # resource surface, documentation contracts, common layer, simulated execution
251+
tests/ # resource surface, common layer, simulated execution
254252
examples/ # one file per scenario; each mode ships 6 sync scenarios, async snippets, and live tests
255-
docs/ # complete Forward / Managed API reference
256253
```
257254

258255
## License

0 commit comments

Comments
 (0)