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

Method get_inventory

csfloat_client.py:337–341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

335 return Stall(data=response)
336
337 async def get_inventory(self):
338 parameters = f"/me/inventory"
339 method = "GET"
340 response = await self._request(method=method, parameters=parameters)
341 return response
342
343 async def get_watchlist(self, limit: int = 40):
344 parameters = f"/me/watchlist?limit={limit}"

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected