@basetime/a2w-api-ts
Version:
Client library that communicates with the addtowallet API.
13 lines (12 loc) • 338 B
TypeScript
/**
* Returns the base URL for all requests to the API.
*
* @returns The base URL for all requests to the API.
*/
export declare const getBaseUrl: () => string;
/**
* Sets the base URL for all requests to the API.
*
* @param url The base URL for all requests to the API.
*/
export declare const setBaseUrl: (url: string) => void;