Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
class
ApiClient {
15
16
static
async
create(credential: Credentials) {
17
return
new
ApiClient(credential);
18
}
19
20
private readonly credential: Credentials;
21
Callers
4
runClaude
Function · 0.80
machinesRoutes
Function · 0.80
sessionRoutes
Function · 0.80
sessionUpdateHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected