Flask-Restless-NG ================= **Flask-Restless** provides simple generation of ReSTful APIs for database models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated APIs satisfy the requirements of the `JSON API`_ specification. .. _JSON API: http://jsonapi.org User's guide ------------ How to use Flask-Restless in your own projects. Much of the documentation in this chapter assumes some familiarity with the terminology and interfaces of the JSON API specification. .. toctree:: :maxdepth: 2 installation quickstart basicusage requestformat customizing API reference ------------- A technical description of the classes, functions, and idioms of Flask-Restless. .. toctree:: :maxdepth: 2 api Additional information ---------------------- Meta-information on Flask-Restless. .. toctree:: :maxdepth: 2 similarprojects license changelog