MCPcopy 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'])
29def rawapi(command):
30 if request.method == 'GET':
31 return apicall(command, get_args(request.args))
32
33@app.route('/')
34def index():

Callers

nothing calls this directly

Calls 2

apicallFunction · 0.90
get_argsFunction · 0.70

Tested by

no test coverage detected