MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / get

Method get

webapp/_webapp/src/libs/apiclient.ts:191–200  ·  view source on GitHub ↗
(url: string, params?: object, options?: RequestOptions)

Source from the content-addressed store, hash-verified

189 }
190
191 async get(url: string, params?: object, options?: RequestOptions): Promise<JsonValue> {
192 return this.requestWithErrorToast(
193 {
194 method: "GET",
195 url,
196 params,
197 },
198 options,
199 );
200 }
201
202 async post(url: string, data?: object, options?: RequestOptions): Promise<JsonValue> {
203 return this.requestWithErrorToast(

Callers 15

isAuthedMethod · 0.95
background.tsFile · 0.45
socket-store.tsFile · 0.45
getItemMethod · 0.45
getAdapterFunction · 0.45
getUserFunction · 0.45
getSettingsFunction · 0.45
listConversationsFunction · 0.45
listSupportedModelsFunction · 0.45
getConversationFunction · 0.45
getProjectFunction · 0.45
getCitationKeysFunction · 0.45

Calls 1

requestWithErrorToastMethod · 0.95

Tested by

no test coverage detected