Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python REST API Tutorial - Building a Flask REST API
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Tutorial Prerequisites
- 4 What is REST? What is an API?
- 5 REST API Diagram
- 6 Virtual Environment set up
- 7 Install Dependencies
- 8 A Simple REST API
- 9 Modeling Data & Creating the Database
- 10 Flask Restful
- 11 Define args with RequestParser
- 12 /api/users Resource Endpoint
- 13 Marshalling / Serializable JSON Data
- 14 POST Data
- 15 /api/users/id Resource Endpoint
- 16 Update & Delete Data