The REST Framework is an HTTP-based standard for listing, generating, modifying, and deleting data on your server. The Django REST framework which is also known as DRF is a powerful and flexible toolkit built on top of the Django web framework that simplifies the creation of REST interfaces by reducing the amount of code required. there are different advantages of using REST Framework like:
- Web browsable API that provides huge usability for developer
- Authentication policy which includes packages for 0auth1 and auth2.
- It supports both ORM and non-ORM data sources.
- It has extensive documentation and great community support.
Leave a Reply