mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +03:00
63 lines
1.3 KiB
Markdown
63 lines
1.3 KiB
Markdown
|
Quickstart
|
||
|
==========
|
||
|
|
||
|
**TODO**
|
||
|
|
||
|
Tutorial
|
||
|
========
|
||
|
|
||
|
* [1 - Serialization][tut-1]
|
||
|
* [2 - Requests & Responses][tut-2]
|
||
|
* [3 - Class based views][tut-3]
|
||
|
* [4 - Authentication, permissions & throttling][tut-4]
|
||
|
* [5 - Relationships & hyperlinked APIs][tut-5]
|
||
|
* [6 - Resource orientated projects][tut-6]
|
||
|
|
||
|
API Guide
|
||
|
=========
|
||
|
|
||
|
* [Requests][request]
|
||
|
* [Responses][response]
|
||
|
* [Views][views]
|
||
|
* [Parsers][parsers]
|
||
|
* [Renderers][renderers]
|
||
|
* [Serializers][serializers]
|
||
|
* [Authentication][authentication]
|
||
|
* [Permissions][permissions]
|
||
|
* [Status codes][status]
|
||
|
|
||
|
Topics
|
||
|
======
|
||
|
|
||
|
* [Returning URLs][urls]
|
||
|
* [CSRF][csrf]
|
||
|
* [Form overloading][formoverloading]
|
||
|
|
||
|
Other
|
||
|
=====
|
||
|
|
||
|
* Why REST framework
|
||
|
* Contributing
|
||
|
* Change Log
|
||
|
|
||
|
[tut-1]: tutorial/1-serialization.md
|
||
|
[tut-2]: tutorial/2-requests-and-responses.md
|
||
|
[tut-3]: tutorial/3-class-based-views.md
|
||
|
[tut-4]: tutorial/4-authentication-permissions-and-throttling.md
|
||
|
[tut-5]: tutorial/5-relationships-and-hyperlinked-apis.md
|
||
|
[tut-6]: tutorial/6-resource-orientated-projects.md
|
||
|
|
||
|
[request]: request.md
|
||
|
[response]: response.md
|
||
|
[views]: views.md
|
||
|
[parsers]: parsers.md
|
||
|
[renderers]: renderers.md
|
||
|
[serializers]: serializers.md
|
||
|
[authentication]: authentication.md
|
||
|
[permissions]: permissions.md
|
||
|
[status]: status.md
|
||
|
|
||
|
[urls]: urls.md
|
||
|
[csrf]: csrf.md
|
||
|
[formoverloading]: formoverloading.md
|