getPlayerLabels

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

Retrieves a list of player labels.

Return

A Deferred containing the list of player 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.