You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Django REST Framework Docs (DRF Docs) allows you to list all your API Endpoints
11
11
12
12
#### Live API Endpoints
13
13
14
-
A really useful feature of DRF Docs is that you can also test endpoints from within the docs. Feel free to use our demo and try them! For more information visit the [Live API Endpoints](/docs/live-api) page of the docs.
14
+
A really useful feature of DRF Docs is that you can also test endpoints from within the docs. Feel free to use our demo and try them! For more information visit the [Live API Endpoints](/live-api) page of the docs.
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
21
+
The concept is pretty simple. Once you [install it](/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
22
22
23
23
DRF Docs will then read all your `urls` and will list those that inherit from Django REST Framework's `APIView`.
0 commit comments