• Given a url and method, sends the request with axios and returns the response.

    Type Parameters

    • Req
    • Res

    Parameters

    Returns Promise<ClientResponse<Res>>