MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / createAPIClient

Function createAPIClient

lib/utils/api-client.ts:128–130  ·  view source on GitHub ↗
(apiKey?: string, baseUrl?: string)

Source from the content-addressed store, hash-verified

126}
127
128export const createAPIClient = (apiKey?: string, baseUrl?: string) => {
129 return new APIClient(baseUrl, apiKey)
130}
131

Callers 1

fetchPortfolioDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected