Search⌘ K

Challenge: Understanding HTTP, REST, and APIs

Explore the fundamentals of HTTP, RESTful APIs, and version control using Git and GitHub. Learn to organize API calls in repositories, perform Git operations like commit and push, and manage your project efficiently within the onboarding folder.

We'll cover the following...

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 executing cd services and ls commands in the terminal ...