Using Swagger with Flask

Adam Matan picture Adam Matan · Jan 8, 2014 · Viewed 39k times · Source

Is there a way to generate a RESTful API in Flask using Swagger?

Answer

noirbizarre picture noirbizarre · Oct 14, 2015

There is Flask-RESTPlus based on Flask-Restful until now. It provides some decorators to document your API and generate a Swagger specification, a Postman collection...

Next version will be able to generate the API from Swagger specifications.