python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Add basic create Api Mode from sqlachemy table #486

Closed selobu closed 2 years ago

selobu commented 2 years ago

Add a tools package with contains a function to speed up the basic api creation from a given sqlachemy table, also add initial test to check basic functionality.