Note: The requestor is implemented independently from polling such that it can be used to make a one-off request.

Hierarchy

  • Requestor

Constructors

Properties

Methods

Constructors

  • Parameters

    • _requests: Requests
    • _uri: string
    • _headers: {
          [key: string]: string;
      }
      • [key: string]: string
    • _method: string
    • Optional _body: string
      Optional

    Returns Requestor

Properties

_body?: any
_headers: any
_method: any
_requests: any
_uri: any

Methods

  • Returns Promise<string>

Generated using TypeDoc