ApiConfig: {
    apiKey?: string;
    auth?: AxiosBasicCredentials;
    baseURL: string;
    cloudUrl: string;
    v2?: boolean;
    withCredentials?: boolean;
}

Type declaration

  • OptionalapiKey?: string

    API Key You can get one by logging in into UI and finding it in My Account view

  • Optionalauth?: AxiosBasicCredentials

    Auth

  • baseURL: string

    Base URL

  • cloudUrl: string

    Cloud URL

  • Optionalv2?: boolean

    v2 Flag Tells if should be used v2 or not

  • OptionalwithCredentials?: boolean

    With credentials?