MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / transport_name

Method transport_name

app/clients/bigmodel_client.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31 @property
32 def transport_name(self) -> str:
33 return self.http_client.transport_name
34
35 def get_customer_info(self, account: AccountRecord, session: AccountSessionState) -> ApiCallResult:
36 return self._request(account, session, "GET", "/biz/customer/getCustomerInfo")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected