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

Method delete_watchlist

csfloat_client.py:374–378  ·  view source on GitHub ↗
(self, *, id: int)

Source from the content-addressed store, hash-verified

372 return response
373
374 async def delete_watchlist(self, *, id: int):
375 parameters = f"/listings/{id}/watchlist"
376 method = "DELETE"
377 response = await self._request(method=method, parameters=parameters)
378 return response
379
380
381 async def create_listing(

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected