isFollowingArtistsRestAction

fun isFollowingArtistsRestAction(vararg artists: String): SpotifyRestAction<List<Boolean>>

Check to see if the current user is following one or more artists.

Requires the SpotifyScope.USER_FOLLOW_READ scope

Api Reference

Return

A list of booleans corresponding to artists of whether the current user is following that artist

Parameters

artists

List of the artist ids or uris to check. Max 50

Throws

Sources

common source
Link copied to clipboard