...

/

Challenge: API Calls with curl

Challenge: API Calls with curl

Try to make API calls with curl to save responses to the disk.

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 ...