Module Learning Objectives

By the end of this module, you should be able to...

  1. Explain how making an API call is similar to loading a web page.
  2. Make API calls using both the Postman application and the requests library.
  3. 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