Class APIClient

Constructors

Properties

Methods

Constructors

Properties

agent: {
    http?: Agent;
    https?: Agent;
}

Type declaration

  • Optional http?: Agent
  • Optional https?: Agent
cache?: CacheManager
client: Client
queue: {
    reject: ((error) => void);
    requestData: APIRequestData;
    resolve: ((data) => void);
}[]

Type declaration

  • reject: ((error) => void)
      • (error): void
      • Parameters

        Returns void

  • requestData: APIRequestData
  • resolve: ((data) => void)

Methods

Generated using TypeDoc