FollowingApi

open class FollowingApi(api: GenericSpotifyApi) : SpotifyEndpoint

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

Api Reference

Constructors

FollowingApi
Link copied to clipboard
common
fun FollowingApi(api: GenericSpotifyApi)

Functions

areFollowingPlaylist
Link copied to clipboard
common
suspend fun areFollowingPlaylist(playlist: String, vararg users: String): List<Boolean>
Check to see if one or more Spotify users are following a specified playlist.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isFollowingPlaylist
Link copied to clipboard
common
suspend fun isFollowingPlaylist(playlist: String, user: String): Boolean
Check to see if a specific Spotify user is following the specified playlist.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

api
Link copied to clipboard
common
val api: GenericSpotifyApi
cache
Link copied to clipboard
common
val cache: SpotifyCache

Inheritors

ClientFollowingApi
Link copied to clipboard

Sources

(source)
Link copied to clipboard