用于生成API的文档的方案总结
用于生成API的文档的选项:
- 托管
- 开源项目 对于RESTful API可以使用apiDoc,aglio,swagger等,对于常规的如类,属性、函数等API可以使用jsDoc,sphinx(python).
- http://apidocjs.com/example/
- https://github.com/tripit/slate (推荐)
- https://github.com/andy0323/api-test (我兄弟健翔写的)
- https://github.com/mapbox/docbox (Docbox is an open source version of Mapbox’s REST API documentation system)
从讨论群里整理的,欢迎大家补充
10 回复