blob: cc601cfde28fa6a08c0e8493b6985ab0b34de975 (
plain)
1
2
3
4
|
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.
|