isFollowingArtistRestAction

fun isFollowingArtistRestAction(artist: String): SpotifyRestAction<Boolean>

Check to see if the current user is following a Spotify artist.

Requires the SpotifyScope.USER_FOLLOW_READ scope

Api Reference

Return

Whether the current user is following artist

Parameters

artist

The artist id to check.

Throws

Sources

common source
Link copied to clipboard