Config

Initializing the configuration is the first step required before utilizing any services offered by DDS CloudAPI. This process involves creating an instance of the Config class with your API token:

from dds_cloudapi_sdk import Config

token = "You API token here"
config = Config(token)

API Reference

class Config(token)[source]

The configuration representation for the SDK client.

Parameters:

token (str) – The API token of your DDS account. Currently, you can apply for an API token with this form.