getArtistRestAction

fun getArtistRestAction(artist: String): SpotifyRestAction<Artist?>

Get Spotify catalog information for a single artist identified by their unique Spotify ID.

Api Reference

Return

Artist if valid artist id is provided, otherwise null

Parameters

artist

The id or uri for the artist.

Sources

(source)
Link copied to clipboard