MCPcopy
hub / github.com/1Panel-dev/KubePi / get

Function get

web/dashboard/src/plugins/request.js:148–150  ·  view source on GitHub ↗
(url, data, loading)

Source from the content-addressed store, hash-verified

146}
147
148export const get = (url, data, loading) => {
149 return promise(request({url: url, method: "get", params: data}), loading)
150}
151
152export const post = (url, data, loading) => {
153 return promise(request({url: url, method: "post", data}), loading)

Callers 15

listIngressesFunction · 0.90
listIngressWithNsFunction · 0.90
getIngressFunction · 0.90
listAllIngressesFunction · 0.90
listDeploymentsFunction · 0.90
listDeploymentsByNsFunction · 0.90
listEndPointsFunction · 0.90
getEndPointFunction · 0.90
listHpasFunction · 0.90
getHpaFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected