Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaunchPlatform/beanhub-cli
/ make_client
Function
make_client
beanhub_cli/http_client.py:28–29 ·
view source on GitHub ↗
(base_url: str)
Source
from the content-addressed store, hash-verified
26
27
28
def
make_client(base_url: str) -> Client:
29
return
Client(base_url=base_url, headers=get_client_headers())
30
31
32
def
make_auth_client(base_url: str, token: str) -> AuthenticatedClient:
Callers
2
test_make_client_includes_version_headers
Function · 0.90
main
Function · 0.85
Calls
2
Client
Class · 0.85
get_client_headers
Function · 0.85
Tested by
1
test_make_client_includes_version_headers
Function · 0.72