mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

Is there a way to generate the JSON api spec file in one command? #47

Open MacHu-GWU opened 3 months ago

MacHu-GWU commented 3 months ago

Wondering is there a way to generate the JSON API spec file based on the API manager configuration.

mrevutskyi commented 3 months ago

Do you mean like a swagger doc? Or can you provide an example of what you have in mind?