interface SDKConfiguration {
    applicationId: string;
    baseUrl?: string;
    cloudBaseUrl?: string;
    onboardUrl?: string;
    retryOptions?: RetryOptions;
}

Properties

applicationId: string

Your customised application ID from digi.me

baseUrl?: string

Root URL for the digi.me API. Default is https://api.digi.me/v1.7/

cloudBaseUrl?: string

Cloud URL for the digi.me API. Default is https://cloud.digi.me/v1/

onboardUrl?: string

Root URL for the digi.me web onboard. Default is https://api.digi.me/apps/saas/

retryOptions?: RetryOptions

Options to specify retry logic for failed API calls. By default we retry any failed API calls five times. See here for all possible options