yapidoc
yapidoc is a doc server for YMFE/Yapi .
Usage
- run a yapidoc server using docker
docker run -itd --name yapidoc -e YAPI_URL=your_yapi_url -p 8888:8888 futuretea/yapidoc
- download doc from the yapidoc server
http://127.0.0.1:8888/projects/your_project_token
http://127.0.0.1:8888/projects/your_project_token?format=json&tag=your_api_tag
http://127.0.0.1:8888/projects/your_project_token?format=markdown&tag=your_api_tag
- stop the yapidoc server
docker stop yapidoc
docker rm yapidoc
Documentation
Related Projects
- YMFE/yapi
- futuretea/go-yapi - Go client library for YMFE/Yapi
- futuretea/yapi - docker image for YMFE/Yapi
License
This project is released under the terms of the MIT license.