index routing table | modules | next | Flask-Restless 0.17.1-dev documentation » ¶ Flask-Restless provides simple generation of ReSTful APIs for database models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated APIs send and receive messages in JSON format. ¶ Downloading and installing Flask-Restless Quickstart Creating API endpoints Initializing the Flask application after creating the API manager Customizing the ReSTful interface HTTP methods API prefix Collection name Specifying one of many primary keys Enable bulk patching or deleting Custom serialization Capturing validation errors Exposing evaluation of SQL functions Specifying which columns are provided in responses Server-side pagination Request preprocessors and postprocessors Custom queries Making search queries Quick examples Query format Operators Examples Format of requests and responses...