Class RequestHandler

Hierarchy

  • RequestHandler

Constructors

Properties

Methods

Constructors

Properties

_client: AmariBot

Methods

  • Parameters

    • endpoint: string
    • query: {} = {}
      • method: string = "GET"
      • body: {
            [key: string]: any;
        }
        • [key: string]: any
      • _attempts: number = 0

      Returns Promise<unknown>

    Generated using TypeDoc