Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgbyte/tianji
/ createAPIClient
Function
createAPIClient
packages/cli/src/utils/api.ts:109–111 ·
view source on GitHub ↗
(config: GlobalConfig)
Source
from the content-addressed store, hash-verified
107
* Create API client from config
108
*/
109
export
function
createAPIClient(config: GlobalConfig): TianjiAPI {
110
return
new
TianjiAPI(config);
111
}
Callers
3
handler
Function · 0.85
handler
Function · 0.85
handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected