Add support for swagger
karec opened this issue · 2 comments
karec commented
Add support for swagger using https://github.com/marshmallow-code/apispec
karec commented
Little bump on this one, I'm planing to work on this ASAP
karec commented
For those who want to start using swagger or just run some tests, I've started implementing it on separate branch: https://github.com/karec/cookiecutter-flask-restful/tree/swagger_support
2 new urls:
/swagger.json
for json definition
/swagger-ui
for UI
Only users endpoints are documented, still need to add auth endpoints.