MCPcopy Index your code
hub / github.com/WebODM/WebODM / api_client

Method api_client

nodeodm/models.py:98–99  ·  view source on GitHub ↗
(self, timeout=30)

Source from the content-addressed store, hash-verified

96 return False
97
98 def api_client(self, timeout=30):
99 return Node(self.hostname, self.port, self.token, timeout)
100
101 def get_available_options_json(self, pretty=False):
102 """

Callers 8

update_node_infoMethod · 0.95
process_new_taskMethod · 0.95
get_task_infoMethod · 0.95
cancel_taskMethod · 0.95
remove_taskMethod · 0.95
download_task_assetsMethod · 0.95
restart_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected