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