vault backup: 2024-11-02 18:27:18

Affected files:
docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
Keannu Bernasol 2024-11-02 18:27:18 +08:00
parent 5598444ba3
commit e7707a3982

View file

@ -87,3 +87,4 @@ Views take in HTTP requests passed in from the actual URL. You can specify a `qu
Much like with DRF serializers, you can use permissions to change what's returned to the user. Much like with DRF serializers, you can use permissions to change what's returned to the user.
![](_resources/7%20-%20Writing%20API%20Endpoints/695f930d4993ff8d8f2ccf806bd9ca9f_MD5.jpeg) ![](_resources/7%20-%20Writing%20API%20Endpoints/695f930d4993ff8d8f2ccf806bd9ca9f_MD5.jpeg)
If you're implementing caching like Redis or Memcached, this is usually where you'll integrate it