
Powerful and flexible toolkit that makes it easy to build web apis. some reasons you might want to use rest framework:
* the web browseable api is a huge useability win for your developers.
* authentication policies including oauth1a and oauth2 out of the box.
* serialization that supports both orm and non-orm data sources.
* customizable all the way down - just use regular function-based views if you
don't need the more powerful features.
this package contains the html documentation.