is Following Artist Rest Action
fun isFollowingArtistRestAction(artist: String): SpotifyRestAction<Boolean>
Content copied to clipboard
Check to see if the current user is following a Spotify artist.
Requires the SpotifyScope.USER_FOLLOW_READ scope
Return
Whether the current user is following artist
Parameters
artist
The artist id to check.
Throws
if artist is a non-existing id
Sources
common source
Link copied to clipboard