MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / resolveCloudBaseUrl

Function resolveCloudBaseUrl

packages/cli/src/cloud/auth.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 * `HEYGEN_API_URL` (matches `auth/client.ts:apiBaseUrl`).
36 */
37export function resolveCloudBaseUrl(): string {
38 return apiBaseUrl();
39}
40
41// fallow-ignore-next-line complexity
42async function refreshIfNeeded(credential: ResolvedCredential): Promise<ResolvedCredential> {

Callers 1

createCloudClientFunction · 0.85

Calls 1

apiBaseUrlFunction · 0.85

Tested by

no test coverage detected