Available SDKs

Aspose.Storage Cloud SDKs

Aspose.Storage for Cloud is a modern REST oriented API, that allows easy integration into existing systems.

Why use an SDK?

Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.

SDK benefits

Our supported SDKs are 100% tested and out of the box running. These SDKs are open source and have an MIT license. You can use them, and even customize them for absolutely free of charge.

Supported SDKs

In order to start using Aspose for Cloud APIs in your applications, SDKs provides two separate classes for setting API Keys and Base Product URI.

Setting Application Info

Once you Sign Up with Aspose for Cloud, you are entitled to create various applications under your account. A default App is created upon creation of your Aspose for Cloud Account, however, you can create more Aspose for Cloud Apps if you want. Each Aspose for Cloud App is identified by unique App SID and App Key. You need to properly sign every Aspose for Cloud URI with your private App Key. SDKs hide all the details of signing the URI and you only need to initialize AsposeApp class’s static variables as shown below:

Setting Host Info

By Host Info, we mean the main Aspose for Cloud API host URI along with version. For example, at the time of creating this page, the host info is https://api.aspose.cloud/v1.1, where https://api.aspose.cloud/ is the API host and v1.1 is the version. To set this information in SDKs, the following simple statement will serve the purpose: