searchClan

suspend fun searchClan(searchClanQuery: SearchClanQuery): Deferred<ClanList>

Searches for clans based on the provided searchClanQuery.

Return

A Deferred object containing a list of clans that match the search criteria.

Parameters

searchClanQuery

The SearchClanQuery object containing various search parameters.

Throws

If the API is in maintenance.

If the API returns an unexpected gateway exception.