get Artists Top Tracks
suspend fun getArtistsTopTracks(id: String, market: CountryCode? = null): SpotifyApiResponse<ArtistsTopTracks>
Deprecated
Spotify marks GET /v1/artists/{id}/top-tracks as deprecated.
Gets top tracks for a Spotify artist.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
id
Spotify ID of the target resource for this endpoint.
market
Market (country) code used to localize and filter content.