Class ApiClient

The client to interact with Donation Alerts API.

Hierarchy

  • ApiClient

Constructors

Accessors

Methods

  • Makes a call to the Donation Alerts API.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

    Throws

    HttpError if response status code is out of 200-299 range.

    Throws

    UnregisteredUserError if the user you are trying to get is not registered in authentication provider.

    Throws

    MissingScopeError if the access token does not have required scope.

Generated using TypeDoc