Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 309 Bytes

Introduction to API

Subjects covered:

  • What is an API?
    • API endpoint
  • How to use requests module to get a response from an API
    • Example on two API endpoints
  • How to pass API parameters to retrieve different pieces of data, depending on the input
  • HTTP Status Codes groups and their meaning