Pricing APIs from cloud providers and how to work with them
REST APIs nowadays are the most common programming interfaces for application integration.
REST APIs, also known as RESTful APIs, are one of the gold standards that modern applications have adopted to get information and interact in other ways with all applications. Cloud providers are no exception, and, apart from the cloud console and the CLI and SDKs that are available, all cloud providers offer a complete set of APIs to interact with cloud services.
Before explaining the different APIs that we can use, we want to recommend some tools to ease the process of making queries and getting data from different APIs.
If we are going to be working with APIs and even use automation to query REST APIs, we must be comfortable working with them. The best way to get familiar with and test the different methods that we have available thoroughly is to make use of these helper tools.
Off the top of our heads, we can recommend...