Installation
To use the SDK, install it via npm:Usage
- JavaScript
- TypeScript
Parameters
API Key
-
Type:
string - Required: Yes
- Description: A valid API key is required for authentication and must be provided as a string.
Getting Started
Using theDSCloudSDK, you can retrieve details about the user associated with the API key, as well as a list of applications linked to that user.
Example
Application Management
With theDSCloudAPI client, you can access and manage your applications easily. Each application is represented as an instance of the Application class, allowing for convenient interaction without needing to repeatedly specify the application ID.