OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / ArtistFetcher / fetchTopTracks

fetchTopTracks

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

Fetch top tracks belong to an artist.

this.artistId = artistId
return this

Parameters

limit - the size for one page.

offset - the offset index for first element.

Return top tracks belong to an artist.