Completed
| PUT Method
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python FastAPI Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 | Introduction
- 2 | FAST-API Advantages
- 3 | Installing FastAPI
- 4 | Writing Our First FAST-API API
- 5 | Running Our API
- 6 | What is an API
- 7 | JSON Explanation
- 8 | Creating More Endpoints & GET Method
- 9 | Path/Endpoint Parameters
- 10 | Query Parameters
- 11 | Request Body & POST Method
- 12 | PUT Method
- 13 | Delete Method
- 14 | Status Codes and Error Responses