Django Rest Framework

Contents:

API View

Most basic view by implementing the HTTP verbs.

  • Perfect for implementing complex logic

  • Calling other APIs

  • Working with local files

ViewSet

Adding URL

Create a url in the app folder