SDK authentication and configuration

dynacrop.config module

class dynacrop.config.Config(*args: Any, **kwargs: Any)

Bases: object

Config helper class.

config_properties: list = ['api_key']
property api_key: Optional[str]

API key property of the Config object.

Returns

API key.

Return type

str

save()

Saves configuration to the JSON config file.