getClanWarLeagueGroup

suspend fun getClanWarLeagueGroup(clanTag: String): Deferred<ClanWarLeagueGroup>

Gets the Clan War League group for the clan specified by clanTag.

Return

A Deferred object representing the Clan War League group for the specified clan.

Parameters

clanTag

The tag of the clan for which to retrieve the Clan War League group.

Throws

If the API is in maintenance.

If the requested clan is not found.

If the API returns an unexpected gateway exception.