Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 285 Bytes

File metadata and controls

8 lines (7 loc) · 285 Bytes

0x16. API advanced

Learning objectives for this project:

  • How to read API documentation to find the endpoints you’re looking for
  • How to use an API with pagination
  • How to parse JSON results from an API
  • How to make a recursive API call
  • How to sort a dictionary by value