• Sends API request with a name. If another request was pending with the same name, it is aborted.

    Type Parameters

    • R = any

    • E = never

    Parameters

    • name: string

      Request name

    • params: RequestParams<R, E>

      The request parameters

    Returns Request<R, E>

    The request

Generated using TypeDoc