OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / ChartFetcher

ChartFetcher

class ChartFetcher

Fetches various kkbox charts.

Constructors

<init> ChartFetcher(httpClient: HttpClient, territory: String = "TW")
creates a chart fetcher.

Functions

fetchCharts fun fetchCharts(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>
Fetches all charts.