Class API<T, U>

Type Parameters

Hierarchy

Constructors

Properties

baseURL: string
config: T
status: Status

Methods

  • Type Parameters

    • V

    • W = U

    Parameters

    Returns Promise<boolean>

  • Type Parameters

    • V

    Parameters

    • method: RequestMethod
    • path: string
    • body: undefined | V
    • config: T

    Returns Promise<boolean>

  • Type Parameters

    • V

    • W

    Parameters

    Returns Promise<boolean>

  • Internal

    Parameters

    Returns boolean

  • Internal

    Parameters

    Returns void

  • Type Parameters

    • V

    Parameters

    • method: RequestMethod
    • path: string
    • body: undefined | V
    • config: T

    Returns Promise<any>

  • Type Parameters

    • V

    Parameters

    • method: RequestMethod
    • path: string
    • body: undefined | V
    • config: T

    Returns Promise<string>

Generated using TypeDoc