Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
export
function
listApis (cluster_name) {
11
return
get(`${apiUrl(cluster_name)}`)
12
}
13
14
export
function
createApiServer (cluster_name, data) {
15
return
post(`${apiServerUrl(cluster_name)}`, data)
Callers
1
checkApi
Function · 0.90
Calls
2
get
Function · 0.90
apiUrl
Function · 0.70
Tested by
no test coverage detected