Challenge: API Calls with curl
Practice executing API calls with curl across multiple services and learn to save the API JSON responses to files. Understand how to work with different endpoints and manage API outputs using the command line. This challenge reinforces skills for handling real-world API interactions.
We'll cover the following...
We'll cover the following...
Exercise
For this challenge, you’ll extend the skills you learned in this chapter by using curl with all three services(Company, Account, and Activity) and storing the results in new files.
First, here is the list of tasks that’ll result in API responses saved in seven new ...