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.
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
servicesfolder’s content by executingcd servicesandlscommands in the terminal ...