mirror of
https://github.com/kennethreitz-archive/flask-rest.git
synced 2026-06-05 23:40:18 +00:00
28 lines
329 B
ReStructuredText
28 lines
329 B
ReStructuredText
Flask-Rest
|
|
==========
|
|
|
|
Simple Flask extension for RESTful APIs.
|
|
|
|
- Throttling
|
|
- Decorators. Lots of decorators.
|
|
- SQLAlchemy Extras
|
|
- Canned response codes
|
|
- Authentication Methods
|
|
+ HTTP Basic
|
|
+ OAuth
|
|
+ xAuth
|
|
|
|
|
|
|
|
Look Into
|
|
---------
|
|
|
|
- Class-based views
|
|
|
|
|
|
Thoughts
|
|
--------
|
|
|
|
::
|
|
|
|
from flaskext.rest import Endpoint |