MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / run_command

Function run_command

keepercommander/api.py:61–66  ·  view source on GitHub ↗
(params, request)

Source from the content-addressed store, hash-verified

59
60
61def run_command(params, request):
62 # type: (KeeperParams, dict) -> dict
63 if 'client_version' not in request:
64 request['client_version'] = rest_api.CLIENT_VERSION
65
66 return rest_api.v2_execute(params.rest_context, request)
67
68
69def login(params, new_login=False, login_ui=None):

Callers 1

communicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected