MCPcopy 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
28def make_client(base_url: str) -> Client:
29 return Client(base_url=base_url, headers=get_client_headers())
30
31
32def make_auth_client(base_url: str, token: str) -> AuthenticatedClient:

Callers 2

mainFunction · 0.85

Calls 2

ClientClass · 0.85
get_client_headersFunction · 0.85