Getting started with Python APIs

Interacting with GitHub We can use APIs to interact with GitHub too. Keeping it simple, we’ll use the POST request to create a new repo called api_test. Authorization First, as…