Package version:

Function getRawResponse

  • Extract several fields of the response to the rawResponse

    Returns

    A promise for the API call.

    Type Parameters

    • TOptions extends OperationOptions

    • TResponse

    Parameters

    • getResponse: ((options: TOptions) => Promise<TResponse>)

      A async function that actually call the backend API.

        • (options: TOptions): Promise<TResponse>
        • Parameters

          • options: TOptions

          Returns Promise<TResponse>

    • options: TOptions

      The options for the getResponse callback

    Returns Promise<LroResponse<TResponse>>

Generated using TypeDoc