getClan

suspend fun getClan(clanTag: String): Deferred<Clan>

Retrieves detailed information about a clan based on the provided clanTag.

Return

A Deferred object representing the detailed information of the specified clan.

Parameters

clanTag

The tag of the clan for which to retrieve the detailed information.

Throws

If the API is in maintenance.

If the requested clan is not found.

If the API returns an unexpected gateway exception.