There was an error while loading. Please reload this page.
client.inventory
Endpoints: • inventory.fetchCurrentEquipment
.get_equipment()
Get the currently equipped items for a user.
Args: user_id: The unique identifier of the user.
await client.inventory.get_equipment(user_id: 'str') -> 'list[Equipment]'
user_id
str
*Required*
.invalidate_cache()
Clear the SWR cache for all resources.
await client.inventory.invalidate_cache() -> 'None'