Flask-Restless
==============

**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.

User's guide
------------

.. toctree::
   :maxdepth: 2

   installation
   quickstart
   basicusage
   customizing
   searchformat
   requestformat

API reference
-------------

.. toctree::
   :maxdepth: 2

   api

Additional information
----------------------

.. toctree::
   :maxdepth: 2

   similarprojects
   license
   changelog
