Module Learning Objectives
By the end of this module, you should be able to...
- Explain how making an API call is similar to loading a web page.
- Make API calls using both the Postman application and the
requests
library.
- Explain how an API can implement Create, Read, Update, and Delete actions.
Lessons
Introduction to APIs
C.R.U.D in API's
Working with JSON Objects
Testing API Routes with Postman
Using the Requests Library to Generate User Requests