MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / listApis

Function listApis

web/dashboard/src/api/apis.js:10–12  ·  view source on GitHub ↗
(cluster_name)

Source from the content-addressed store, hash-verified

8}
9
10export function listApis (cluster_name) {
11 return get(`${apiUrl(cluster_name)}`)
12}
13
14export function createApiServer (cluster_name, data) {
15 return post(`${apiServerUrl(cluster_name)}`, data)

Callers 1

checkApiFunction · 0.90

Calls 2

getFunction · 0.90
apiUrlFunction · 0.70

Tested by

no test coverage detected