UNPKG

@basetime/a2w-api-ts

Version:

Client library that communicates with the addtowallet API.

9 lines (8 loc) 407 B
/** * The default API base URL used by `HttpRequester` when no override is supplied. * * Each `HttpRequester` instance keeps its own base URL on `this.baseUrl`; this is just the * fallback. Override per-instance via `client.http.setBaseUrl(...)` or by passing * `{ baseUrl }` to the `Client`/`HttpRequester` constructor. */ export declare const DEFAULT_BASE_URL = "https://app.addtowallet.io/api/v1";