MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/api/api.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import { buildHubRequestHeaders } from './hubExtraHeaders'
22
23export class ApiClient {
24 static async create(): Promise<ApiClient> {
25 return new ApiClient(getAuthToken())
26 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected