MCPcopy
hub / github.com/omkarcloud/botasaurus / _make_api_url

Method _make_api_url

botasaurus_api/botasaurus_api/__init__.py:49–50  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

47 print(f"View {filename} response at: ./{path}")
48
49 def _make_api_url(self, path):
50 return f"{self._api_url}/{path}"
51
52
53 def is_api_running(self) -> bool:

Callers 13

is_api_runningMethod · 0.95
create_async_taskMethod · 0.95
create_sync_taskMethod · 0.95
create_async_tasksMethod · 0.95
create_sync_tasksMethod · 0.95
get_tasksMethod · 0.95
get_taskMethod · 0.95
get_task_resultsMethod · 0.95
download_task_resultsMethod · 0.95
abort_taskMethod · 0.95
delete_taskMethod · 0.95
delete_tasksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected