Introduction to the API Tutorial

Part 0: Setup for APIs – Setting up our environment for the API tutorial.

Part 1: Setup Raw Data – A walkthrough of grabbing raw data from publicly available information.

Part 2: Giantbomb API – Parsing of a publicly available API.

Part 3: JSON Parsing – Parse the response from the API call into something meaningful.

Part 4: The Logic of the Script – Parse the command-line arguments and create the main logic of the script flow.

API – Extended – Examples of APIs being used in real life, and where to go from here.