vault backup: 2024-11-02 18:23:17

Affected files:
docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
Keannu Bernasol 2024-11-02 18:23:17 +08:00
parent cf2c6134bd
commit 086fc8da2e

View file

@ -83,4 +83,4 @@ If you're just starting off, this isn't something you should be too worried abou
### Views ### Views
If serializers convert the underlying model to JSON, then views return the web response. If serializers convert the underlying model to JSON, then views return the web response.
![](_resources/7%20-%20Writing%20API%20Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg) ![](_resources/7%20-%20Writing%20API%20Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg)
Prior to Views take in HTTP requests passed in from the actual URL.