com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / ArtistFetcher / fetchAlbums
fun fetchAlbums(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>
Fetch albums belong to an artist.
this.artistId = artistId
return this
limit - the size for one page.
offset - the offset index for first element.
Return albums belong to the Artist.