Following Api
This endpoint allow you check the playlists that a Spotify user follows.
Constructors
FollowingApi
Link copied to clipboard
Functions
areFollowingPlaylist
Link copied to clipboard
suspend fun areFollowingPlaylist(playlist: String, vararg users: String): List<Boolean>
Content copied to clipboard
areFollowingPlaylistRestAction
Link copied to clipboard
fun areFollowingPlaylistRestAction(playlist: String, vararg users: String): SpotifyRestAction<List<Boolean>>
Content copied to clipboard
isFollowingPlaylist
Link copied to clipboard
isFollowingPlaylistRestAction
Link copied to clipboard
fun isFollowingPlaylistRestAction(playlist: String, user: String): SpotifyRestAction<Boolean>
Content copied to clipboard
Properties
Inheritors
ClientFollowingApi
Link copied to clipboard
Sources
(source)
Link copied to clipboard