Constructors

Properties

baseAdapter: Adapter
credentials: {
    appId: string;
    appSecret: string;
}

Methods

  • Type Parameters

    • T

    Parameters

    • url: string
    • Optionalconfig: AxiosRequestConfig<any>

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • Optionalconfig: AxiosRequestConfig<any>

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • body: unknown
    • Optionalconfig: AxiosRequestConfig<any>

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • body: unknown
    • Optionalconfig: AxiosRequestConfig<any>

    Returns Promise<T>