get Playlist Covers Rest Action
fun getPlaylistCoversRestAction(playlist: String): SpotifyRestAction<List<SpotifyImage>>
Content copied to clipboard
Get the current image(s) associated with a specific playlist.
This access token must be issued on behalf of the user. Current playlist image for both Public and Private playlists of any user are retrievable on provision of a valid access token.
Parameters
playlist
The id or uri for the playlist.
Throws
if the playlist cannot be found
Sources
common source
Link copied to clipboard