Skip to main content

Getting Started

Understanding and Designing REST APIs

  1. Interacting With REST APIs and Python
  2. Understanding REST APIs
  3. Consuming APIs - GET and POST
  4. Consuming APIs - PUT PATCH and DELETE
  5. Designing REST APIs
  6. Designing Data Exchange and Responses
  7. Designing Error Responses

Building REST APIs

  1. Building REST APIs: Flask
  2. Expanding and Using Flask App
  3. Getting to Know DRF
  4. Loading and Serializing Data With DRF
  5. Adding URLs and Using the API
  6. Using FastAPI
  7. Using the FastAPI API
  8. Interacting With REST APIs and Python