MCPcopy
hub / github.com/cloudflare/vibesdk / ApiClientConfig

Interface ApiClientConfig

src/lib/api-client.ts:95–98  ·  view source on GitHub ↗

* Base API client configuration

Source from the content-addressed store, hash-verified

93 * Base API client configuration
94 */
95interface ApiClientConfig {
96 baseUrl?: string;
97 defaultHeaders?: Record<string, string>;
98}
99
100/**
101 * Request options for API calls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected