There was an error while loading. Please reload this page.
client.battle_order
Endpoints: • battleOrder.getByBattle
.get_by_battle()
Get active battle orders for a specific battle and side.
Args: battle_id: The unique identifier of the battle. side: Which side — attacker or defender.
await client.battleorder.get_by_battle(battle_id: 'str', side: 'BattleOrderSide | str') -> 'list[BattleOrder]'
battle_id
str
*Required*
side
.invalidate_cache()
Clear the SWR cache for all resources.
await client.battleorder.invalidate_cache() -> 'None'