Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ ApiException
Class
ApiException
botasaurus_api/botasaurus_api/__init__.py:6–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
from
typing
import
Optional
5
6
class
ApiException(Exception):
7
pass
8
9
def
_create_filename(path):
10
return
"output/responses/"
+ path +
".json"
Callers
3
_raise_for_status
Function · 0.70
__init__
Method · 0.70
is_api_running
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected