Completed
- Raising Exceptions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building RESTful APIs with Python Using FastAPI
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 - FastAPI and Uvicorn
- 3 - Up and Running with FastAPI
- 4 - HTTP Methods
- 5 - Async Await
- 6 - User Model
- 7 - Database
- 8 - HTTP Get Requests
- 9 - HTTP Post Requests
- 10 - Rest Client
- 11 - Swagger Docs and Redoc
- 12 - HTTP Delete Requests
- 13 - HTTP Status Codes
- 14 - Raising Exceptions
- 15 - Exercise
- 16 - Exercise Solution
- 17 - Outro