There was an error while loading. Please reload this page.
client.battle_loot_summary
Endpoints: • battleLootSummary.getByBattleAndUser
.get_by_battle_and_user()
Get the loot summary for a specific user in a specific battle.
await client.battlelootsummary.get_by_battle_and_user(battle_id: 'str', user_id: 'str') -> 'BattleLootSummary'
battle_id
str
*Required*
user_id
.invalidate_cache()
Clear the SWR cache for all resources.
await client.battlelootsummary.invalidate_cache() -> 'None'