UNPKG

corona-warn-app

Version:
13 lines (12 loc) 346 B
import type { API, ClientOptions } from './interfaces'; export declare class CoronaWarnApp { private static readonly BASE_URL; readonly api: API; private readonly apiClient; constructor(options?: ClientOptions); /** * Set a new API URL. * @param newURL The new API URL */ setApiUrl(newURL: string): void; }