OpenAPI-Android

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

fetchCharts

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

Fetches all charts.

Parameters

limit - the size for one page.

offset - the offset index for first element.

Return the Future object that will return the response