Flask-RESTful
Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up.
User’s Guide
This part of the documentation will show you how to get started in using Flask-RESTful with Flask.
API Reference
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Additional Notes
See Flask’s license for legal information governing this project.
About
Flask-RESTful provides an extension to Flask for building REST APIs. Flask-RESTful was initially developed as an internal project at Twilio, built to power their public and internal APIs.