django-rest-framework,即drf的api文档,包括自带的文档和其他三方文档,比如swagger、DRF Docs等
https://www.django-rest-framework.org/topics/documenting-your-api/#drf-autodocs
可以直接使用本地部署
阿里妈妈前端团队出品的开源接口管理工具RAP第二代 :https://github.com/thx/rap2-delos;第一代已经不维护了:https://github.com/thx/RAP
阿里前端开源工具:https://thx.github.io/
阿里的api接口工具:http://rap2.taobao.org/api;http://rap2.taobao.org/repository/joined/create
另一个api文档生成器:https://github.com/apidoc/apidoc;https://apidocjs.com/example/
还有swagger:DRF
参考:
http://www.studysec.com/2017/09/30/%E8%A7%A3%E6%94%BE%E5%8F%8C%E6%89%8B-%E5%91%8A%E5%88%AB%E6%89%8B%E5%86%99API/
http://www.studysec.com/2017/10/10/%E5%91%8A%E5%88%AB%E6%89%8B%E5%86%99api-%E7%BB%AD/
原文地址:https://www.cnblogs.com/shengulong/p/10117097.html
时间: 2024-10-17 18:25:35