Log In
0% completed
All Lessons
Free Lessons (5)
Introduction
Who Should Take This Course?
What Is REST?
How Does REST Differ from SOAP and RPC?
Quiz on REST
Client
Choose an Appropriate Library
Connect to a Server
Connect to a Server with SSL: How to Ignore Verification
Connect to a Server with SSL: How to Use the Certificate
Consume Response Content
Quiz on Client
Server
Designing REST APIs
Quiz on Designing REST APIs
Choose an Appropriate Framework
Design the GET Endpoint for Listing Products
Implement GET Endpoint for Listing Products
Design the GET Endpoint for Getting Details of a Specific Product
Implement GET Endpoint for Getting Details of a Specific Product
Quiz on GET Method
Design the POST Endpoint for Creating a New Product
Implement the POST Endpoint for Creating a New Product
Quiz on POST Method
Design the PUT Endpoint for Updating an Existing Product
Implement the PUT Endpoint for Updating an Existing Product
Quiz on PUT Method
Design the DELETE Endpoint for Removing an Existing Product
Implement the DELETE Endpoint for Removing an Existing Product
Quiz on DELETE Method
Design OPTIONS to Inform Clients About Supported Operations
Implementing OPTIONS to Inform Clients About Supported Operation
Quiz on OPTIONS Method
Mini Project
Project: Tickets API
Conclusion
What Have We Learned?
Python REST API Development: A Comprehensive Guide
/
...
/
Quiz on REST
Quiz on REST
Check your understanding of REST, SOAP, and RPC-based services.
We'll cover the following...
...