MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / create

Method create

packages/consortium-cli/src/api/api.ts:16–18  ·  view source on GitHub ↗
(credential: Credentials)

Source from the content-addressed store, hash-verified

14export class ApiClient {
15
16 static async create(credential: Credentials) {
17 return new ApiClient(credential);
18 }
19
20 private readonly credential: Credentials;
21

Callers 4

runClaudeFunction · 0.80
machinesRoutesFunction · 0.80
sessionRoutesFunction · 0.80
sessionUpdateHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected