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/