OptionalauthIndicates whether OAuth credentials should be generated and appended to the request.
OptionalformThe form URL encoded body to send with the API call.
OptionaljsonThe JSON body to send with the API call.
OptionalmethodThe HTTP method to use for the API call.
OptionalqueryThe query parameters to include with the API call.
OptionalscopeThe OAuth scope required for this request.
OptionaltypeThe type of API call to make: api, auth, or custom.
api: The request will use the https://www.donationalerts.com/api/v1 base URL, combining it with the url.auth: The request will use the https://www.donationalerts.com/oauth base URL, combining it with the url.custom: The request will not modify or override the url property. The url must be a fully formed valid URL.The URL or endpoint for the API call.
type is set to api or auth, this property should specify only the endpoint portion
(e.g., alerts/donations for api or oauth/token for auth), excluding the base URL.type is set to custom, a full and valid URL must be provided (e.g. https://example.com/my-endpoint).
Options for configuring a single Donation Alerts API call.