isFollowingArtist

suspend fun isFollowingArtist(artist: String): Boolean(source)

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

Requires the SpotifyScope.UserFollowRead scope

Api Reference

Return

Whether the current user is following artist

Parameters

artist

The artist id to check.

Throws