MCPcopy Index your code
hub / github.com/dataease/SQLBot / request

Method request

frontend/src/utils/request.ts:290–295  ·  view source on GitHub ↗
(config: FullRequestConfig)

Source from the content-addressed store, hash-verified

288
289 // Base request method
290 public request<T = any>(config: FullRequestConfig): Promise<T> {
291 return this.instance.request({
292 cancelToken: this.cancelTokenSource.token,
293 ...config,
294 })
295 }
296
297 // GET request
298 public get<T = any>(url: string, config?: FullRequestConfig): Promise<T> {

Callers 7

getMethod · 0.95
postMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95
patchMethod · 0.95
downloadMethod · 0.95
setupInterceptorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected