Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ rawapi
Function
rawapi
tools/ngui/app.py:29–31 ·
view source on GitHub ↗
(command)
Source
from the content-addressed store, hash-verified
27
28
@app.route(
'/api/<command>'
, methods=[
'GET'
])
29
def
rawapi(command):
30
if
request.method ==
'GET'
:
31
return
apicall(command, get_args(request.args))
32
33
@app.route(
'/'
)
34
def
index():
Callers
nothing calls this directly
Calls
2
apicall
Function · 0.90
get_args
Function · 0.70
Tested by
no test coverage detected