MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

frontend/src/lib/api/apiClient.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10class ApiClient {
11 private baseURL: string;
12 private isRefreshing: boolean = false;
13 private refreshPromise: Promise<void> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected