/
Using the Django REST Framework and DRF-JSONAPI
Using the Django REST Framework and DRF-JSONAPI
Lecture Notes
rev. 2019-01-12
Author(s):
Alan Crosswell
Copyright © 2018 The Trustees of Columbia University in the City of New York
Contents:
- Welcome and Caveat
- Preparing for the classes
- Motivation: Strategy and Architectural Standards
- Review: git, Python, JSON
- HTTP and REpresentational State Transfer (REST)
- The {json:api} specification
- Building our DJA project
- Deploying to Production
- Modifying our DJA Project
- Another Modification: Add an Instructor Model and additional relationship
- Filters
- Database Backends
- Split Instructor model to be OneToOne with new Person model
- Sphinx Documentation
- Documenting the API in OAS 3.0
- More About Using OAuth 2.0
- Help Wanted
- MyApp Reference
Indices and tables
, multiple selections available,
Related content
Welcome and Caveat
Welcome and Caveat
More like this
Building our DJA project
Building our DJA project
More like this
RESTful API - Best Practices v1
RESTful API - Best Practices v1
More like this
More About Using OAuth 2.0
More About Using OAuth 2.0
More like this
Enterprise Integration
Enterprise Integration
More like this
JSON Schema Standard
JSON Schema Standard
More like this