Completed
- Setting up our own Python API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
REST API Crash Course - Introduction + Full Python API Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - API App example
- 3 - Why an API is important
- 4 - HTTP methods
- 5 - POST vs PUT
- 6 - Consume the StackOverflow API
- 7 - Setting up our own Python API
- 8 - GET request setup
- 9 - Database model setup for SQLAlchemy
- 10 - GET data with query.all
- 11 - GET data by ID with parameter
- 12 - Developer tools network Intro
- 13 - POST a new record
- 14 - Postman Introduction
- 15 - DELETE data
- 16 - Conclusion