Class BaseRoot

Represents the base root class.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

apikeys: ApiKeys
client: Client

The client used to make requests.

Methods

  • Makes an HTTP request to the specified endpoint.

    Parameters

    • endpoint: string

      The endpoint to make the request to.

    • Optional data: any

      The data to send with the request (optional).

    Returns Promise<any>

    A Promise that resolves to the response data.

    Throws

    If the request fails.

Generated using TypeDoc