MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / get_account_standing

Method get_account_standing

csfloat_client.py:146–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 return response
145
146 async def get_account_standing(self):
147 parameters = "/me/account-standing"
148 method = "GET"
149 response = await self._request(method=method, parameters=parameters)
150 return response
151
152 async def get_location(self) -> Optional[dict]:
153 parameters = "/meta/location"

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected