After practicing with a read-only request, it’s time to start making changes. Let’s explore this by using Python and the DigitalOcean API to add an SSH key to your DigitalOcean account. First, take a look at the API documentation for SSH keys, available athttps://developers.digitalocean....
At this point, you have seen how to test the integration of your app with a third-party API using mocks. Now that you know how to approach the problem, you can continue practicing by writing service functions that for the other API endpoints in JSON Placeholder (e.g. posts, comments, ...
This topic comprises the following skills: implementing robust REST API error management for time outs as well as rate limits; implementing consumer code control flow for unrecoverable REST API errors; defining ways to optimize API utilization via HTTP cache controls; constructing an application con...