Package-level declarations

Types

Link copied to clipboard
data class LeagueSeason(val id: String)

Represents the LeagueSeason model of the Clash of Clans API.

Link copied to clipboard
data class LeagueSeasonList(val items: List<LeagueSeason>, val paging: Paging?) : ApiListResponse<LeagueSeason>

Represents the LeagueSeasonList model of the Clash of Clans API.