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-4-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 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 serializers – https://www.django-rest-framework.org/api-guide/serializers/
- HTTP basic authentication –...