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)