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

Function post

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

Source from the content-addressed store, hash-verified

150}
151
152export const post = (url, data, loading) => {
153 return promise(request({url: url, method: "post", data}), loading)
154}
155
156export const put = (url, data, loading) => {
157 return promise(request({url: url, method: "put", data}), loading)

Callers 15

createIngressFunction · 0.90
createEndPointFunction · 0.90
createHpaFunction · 0.90
createResourceQuotaFunction · 0.90
createJobFunction · 0.90
createServiceAccountFunction · 0.90
createRoleFunction · 0.90
createPvcFunction · 0.90
createServiceFunction · 0.90
postYamlFunction · 0.90
createSecretFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected