The REST API is part of the integration framework and handles requests from external consumers. The following diagram provides an overview of how the REST API handles requests. When an external consumer initiates a request, a REST API controller directs the resource request to the appropriate resource handler.
Read moreIs Django REST Framework a framework?
The Django REST framework (DRF) is a toolkit built on top of the Django web framework that reduces the amount of code you need to write to create REST interfaces.
Read more