MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / ApiConfig

Interface ApiConfig

packages/sdks/sdk/src/api.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface ApiConfig {
2 baseUrl: string;
3 defaultHeaders?: Record<string, string | Promise<string | null>>;
4 maxRetries?: number;
5 initialRetryDelay?: number;
6}
7
8interface FetchOptions extends RequestInit {
9 retries?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected