OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / NewReleaseCategoryFetcher / fetchAlbums

fetchAlbums

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

Fetch albums of new release category by given ID

this.categoryId = categoryId
return this

Parameters

limit - The size for one page.

offset - The offset index for first element.

Return the API response.