Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mxrch/GHunt
/ EndpointConfig
Class
EndpointConfig
ghunt/objects/apis.py:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
# APIs objects
16
17
class
EndpointConfig(SmartObj):
18
def
__init__(self, headers: Dict[str, str], cookies: str):
19
self.headers = headers
20
self.cookies = cookies
21
22
class
GAPI(SmartObj):
23
def
__init__(self):
Callers
1
_load_endpoint
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected