REST API Crash Course - Introduction + Full Python API Tutorial
Offered By: Caleb Curry via YouTube
Course Description
Overview
Learn to build and consume REST APIs in this comprehensive Python tutorial. Explore API fundamentals, HTTP methods, and practical examples using the StackOverflow API. Set up a Python API with SQLAlchemy, implement GET, POST, and DELETE operations, and use tools like Postman and developer network tools. Gain hands-on experience in API development and integration for web applications.
Syllabus
- Introduction
- API App example
- Why an API is important
- HTTP methods
- POST vs PUT
- Consume the StackOverflow API
- Setting up our own Python API
- GET request setup
- Database model setup for SQLAlchemy
- GET data with query.all
- GET data by ID with parameter
- Developer tools network Intro
- POST a new record
- Postman Introduction
- DELETE data
- Conclusion
Taught by
Caleb Curry
Related Courses
Postman - Intro to APIs (without coding)Coursera Project Network via Coursera Build CRUD REST API in Django
Coursera Project Network via Coursera Create RESTful APIs for Spotify using Postman
Coursera Project Network via Coursera Build a RESTful API(Node.js) using AWS Lambda & API Gateway
Coursera Project Network via Coursera How to Implement Multitenancy in Django
Coursera Project Network via Coursera