Hardtack / Flask-Swag

Swagger spec extractor for Flask application.
http://flask-swag.readthedocs.org/
MIT License
9 stars 0 forks source link

apispec #1

Open Hardtack opened 8 years ago

Hardtack commented 8 years ago

There's an existing library apispec. It is a general-purpose swagger spec generator & has optional flask support. and it seems to be more mature in generating swagger spec. Is it good idea to deprecate flask_swag.core and use apispec instead?

Hardtack commented 8 years ago

Using yaml in docsting seems to be bad idea. flask_swag.mark is better in my opinion.