Add initial 3rd party docs data

This commit is contained in:
Stephan Groß 2013-08-01 10:09:40 +02:00
parent f30cffb174
commit c7352d48a9

View File

@ -1 +1,34 @@
test # Third Party Resources
## Libraries and Extensions
### Authentication
* [Digest Authentication](https://github.com/juanriaza/django-rest-framework-digestauth)
* [Django OAuth Toolkit](https://github.com/evonove/django-oauth-toolkit)
* [Django OAuth2 Consumer](https://github.com/Rediker-Software/doac)
### Permissions
* [DRF Any Permissions](https://github.com/kevin-brown/drf-any-permissions) - alternative permission handling
### Renderer
* [django-rest-framework-csv](https://github.com/mjumbewu/django-rest-framework-csv)
### Misc
* [Django REST Framework Proxy](https://github.com/eofs/django-rest-framework-proxy)
* [Django REST Framework Docs](https://github.com/marcgibbons/django-rest-framework-docs)
* [ember-data-django-rest-adapter](https://github.com/toranb/ember-data-django-rest-adapter)
* [Django REST Framework GIS](https://github.com/dmeehan/django-rest-framework-gis) (@dmeehan)
* [Django REST Framework GIS](https://github.com/mjumbewu/django-rest-framework-gis) (@mjumbewu)
* [Django REST Framework Msgpack](https://github.com/juanriaza/django-rest-framework-msgpack)
* [gaiarestframework](https://github.com/AppsFuel/gaiarestframework) - utils collection
## Tutorials
## Articles
* [Web API performance: profiling Django REST framework](http://dabapps.com/blog/api-performance-profiling-django-rest-framework/)
* [API Development with Django and Django REST Framework](https://bnotions.com/api-development-with-django-and-django-rest-framework/)