FollowingApi

This endpoint allow you check the playlists that a Spotify user follows.

Api Reference

Inheritors

Constructors

Link copied to clipboard
constructor(api: GenericSpotifyApi)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun areFollowingPlaylist(playlist: String, vararg users: String): List<Boolean>

Check to see if one or more Spotify users are following a specified playlist.

Link copied to clipboard
suspend fun isFollowingPlaylist(playlist: String, user: String): Boolean

Check to see if a specific Spotify user is following the specified playlist.