References
The content in this book is based on the following sources:
- Official Django REST Framework Docs
- Official Django Docs
- Support from AI tools to refine content structure, flow and tone.
Not Covered
This book doesn't cover the following topics in order to keep it concise:
- Requests & Responses: Renderers | Parsers | Content negotiation | Format suffixes | Metadata
- API Behavior: Filtering | Pagination | Throttling | Versioning | Caching
- Tooling: Schemas & OpenAPI | Testing | Settings reference
Not Covered (yet)
https://www.django-rest-framework.org/api-guide/generic-views/#mixinshttps://www.django-rest-framework.org/topics/browsable-api/
Dedicated page for Pagination & Filtering Dedicated page for Testing APIs -> APIClient and APIRequestFactory -> https://www.django-rest-framework.org/api-guide/testing/
