OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / ArtistFetcher / fetchAlbums

fetchAlbums

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

Fetch albums belong to an artist.

this.artistId = artistId
return this

Parameters

limit - the size for one page.

offset - the offset index for first element.

Return albums belong to the Artist.