Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter15
- REST framework website: https://www.django-rest-framework.org/
- REST framework settings: https://www.django-rest-framework.org/api-guide/settings/
- REST framework serializers: https://www.django-rest-framework.org/api-guide/serializers/
- REST framework renderers: https://www.django-rest-framework.org/api-guide/renderers/
- REST framework parsers: https://www.django-rest-framework.org/api-guide/parsers/
- REST framework generic mixins and views – https://www.django-rest-framework.org/api-guide/generic-views/
- Download
curl
: https://curl.se/download.html - Postman API platform: https://www.getpostman.com/
- REST framework pagination: https://www.django-rest-framework.org/api-guide/pagination/
- REST...