Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_running
Method · 0.95
create_async_task
Method · 0.95
create_sync_task
Method · 0.95
create_async_tasks
Method · 0.95
create_sync_tasks
Method · 0.95
get_tasks
Method · 0.95
get_task
Method · 0.95
get_task_results
Method · 0.95
download_task_results
Method · 0.95
abort_task
Method · 0.95
delete_task
Method · 0.95
delete_tasks
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected