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: REST framework serializers: REST framework renderers: REST framework 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...