MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / get

Method get

frontend/src/api/index.ts:159–161  ·  view source on GitHub ↗
(url: string, params?: object, _object = {})

Source from the content-addressed store, hash-verified

157 }
158
159 get<T>(url: string, params?: object, _object = {}): Promise<ResultData<T>> {
160 return this.service.get(url, { params, ..._object });
161 }
162 post<T>(url: string, params?: object, timeout?: number, headers?: object): Promise<ResultData<T>> {
163 let config = {
164 baseURL: import.meta.env.VITE_API_URL as string,

Callers 15

syncColumnsFunction · 0.80
setupFunction · 0.80
checkStreamAuthFunction · 0.80
getIconFunction · 0.80
resolveEditorLanguageFunction · 0.80
loadGPUInfoFunction · 0.80
getGPUOptionsFunction · 0.80
getMcpDomainFunction · 0.80
getAgentProvidersFunction · 0.80
loadLocalConnFunction · 0.80
getNginxFunction · 0.80
getNginxStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected