MCPcopy Create free account
hub / github.com/ZenNotes/zennotes /

Class

apps/desktop/src/main/remote/server-client.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29type JsonRequestInit = Omit<RequestInit, 'body'> & { body?: unknown }
30
31export class RemoteServerClient {
32 readonly baseUrl: string
33 readonly authToken: string | null
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected