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

Function makeClient

packages/cli/src/auth/client.test.ts:22–24  ·  view source on GitHub ↗
(fetchImpl: typeof fetch)

Source from the content-addressed store, hash-verified

20}
21
22function makeClient(fetchImpl: typeof fetch): AuthClient {
23 return new AuthClient({ baseUrl: "https://api.test.example", fetchImpl });
24}
25
26describe("auth/client", () => {
27 const original = process.env["HEYGEN_API_URL"];

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected