Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ get_api
Function
get_api
botasaurus_server/botasaurus_server/task_routes.py:65–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
64
@get(
"/api"
)
65
def
get_api():
66
return
OK_MESSAGE
67
68
@post(
"/api/tasks/create-task-async"
)
69
def
create_async_task():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected