MCPcopy
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 */
109export function createAPIClient(config: GlobalConfig): TianjiAPI {
110 return new TianjiAPI(config);
111}

Callers 3

handlerFunction · 0.85
handlerFunction · 0.85
handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected