- Documentation(ReDoc): https://plazaroute.github.io/api/
- SwaggerUI: https://plazaroute.github.io/api/swagger-ui/
- Look full spec:
- Preview spec version for branch
[branch]
: https://plazaroute.github.io/api/preview/[branch]
Warning: All above links are updated only after Travis CI finishes deployment
- Install Node JS
npm install -g yo
npm install -g generator-openapi-repo
- clone repo
yo openapi-repo
- start local flask server and go to http://localhost:5000/api/swagger.json
- save swagger.json to
spec/
- delete
spec/swagger.yaml
yo openapi-repo
and make sure not to override the README- push changes