Week 3) Foundations of APIs
Learning Goals
- Send HTTP requests to a web API and retrieve JSON responses
 - Use parameters to modify the results of an API call
 - Iterate over multiple pages of JSON responses
 - Extract and store results of an API request in lists of dictionaries and files
 
Tutorials
- APIs 101
 - APIs Advanced
 
After class
- Work through the tutorials at your own pace.