com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / ChartFetcher
class ChartFetcher
Fetches various kkbox charts.
| <init> | ChartFetcher(httpClient: HttpClient, territory: String = "TW")creates a chart fetcher. |
| fetchCharts | fun fetchCharts(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>Fetches all charts. |