• Invokes a XMLHTTPRequest given a request object, metadata, the closure of opts, and the global clientOpts

    Returns

    Promise resolving to the response type of the endpoint

    Type Parameters

    Parameters

    • req: Req

      request body

    • meta: Meta

      endpoint metadata

    • opts: FetchArgs<Req>

      closure for containing information such as timeout

    • Optional clientOpts: ClientOpts

      options for the entire API client, such as authentication

    Returns Promise<Res>

Generated using TypeDoc