Skip to content

MirelaManta/intro-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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