MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / constructor

Method constructor

packages/cloud/src/CloudAPI.ts:19–23  ·  view source on GitHub ↗
(authService: AuthService, log?: (...args: unknown[]) => void)

Source from the content-addressed store, hash-verified

17 private baseUrl: string
18
19 constructor(authService: AuthService, log?: (...args: unknown[]) => void) {
20 this.authService = authService
21 this.log = log || console.log
22 this.baseUrl = getRooCodeApiUrl()
23 }
24
25 private async request<T>(
26 endpoint: string,

Callers

nothing calls this directly

Calls 1

getRooCodeApiUrlFunction · 0.85

Tested by

no test coverage detected