Challenge: Understanding HTTP, REST, and APIs
Try to push local changes to the shared GitHub repository in the cloud.
Exercise
A folder named services
has been provided that contains a series of API calls (via HTTP). We’ve used curl
to make requests to BigCo’s existing services and saved the responses to that folder.
Note: You can see the
services
folder’s content by executingcd services
andls
commands in the terminal ...