/intro-api

Introduction to API

Primary LanguagePython

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