getClanWarLeagueWar

suspend fun getClanWarLeagueWar(warTag: String): Deferred<ClanWar>

Gets the Clan War League war specified by warTag.

Return

A Deferred object representing the Clan War League war with the specified tag.

Parameters

warTag

The tag of the Clan War League war to retrieve.

Throws

If the API is in maintenance.

If the requested war is not found.

If the API returns an unexpected gateway exception.