MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / get

Method get

frontend/src/lib/api/apiClient.ts:140–142  ·  view source on GitHub ↗
(endpoint: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

138 }
139
140 async get<T>(endpoint: string, options?: RequestOptions): Promise<T> {
141 return this.request<T>(endpoint, { ...options, method: 'GET' });
142 }
143
144 async post<T>(
145 endpoint: string,

Callers 15

handleSaveKeyFunction · 0.45
AISettingsFunction · 0.45
handleUpdateKeyFunction · 0.45
handleSaveUpdateFunction · 0.45
handleCancelUpdateFunction · 0.45
isProviderReadyFunction · 0.45
initializeGoogleAPIFunction · 0.45
useGoogleDriveImportFunction · 0.45
PackageManagerFunction · 0.45
ApiKeyModalFunction · 0.45
fetchOllamaModelsFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected