aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
blob: 9bd90d8dc106e489a28a9324979ecc8347832580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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