getClanLabels

suspend fun getClanLabels(pagination: PaginationQuery = PaginationQuery()): Deferred<LabelList>

Retrieves a list of clan labels.

Return

A Deferred containing the list of clan labels.

Parameters

pagination

An optional PaginationQuery object for customizing the pagination of the results.

Throws

If the API is in maintenance.

If the API returns an unexpected gateway exception.