Implements

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • Type Parameters

    • T

    Parameters

    • url: string
    • Optionalconfig: AxiosRequestConfig

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • Optionalconfig: AxiosRequestConfig

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • body: unknown
    • Optionalconfig: AxiosRequestConfig

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • url: string
    • body: unknown
    • Optionalconfig: AxiosRequestConfig

    Returns Promise<T>

  • Parameters

    • header: string
    • value: string

    Returns void