getPlaylistCoversRestAction

fun getPlaylistCoversRestAction(playlist: String): SpotifyRestAction<List<SpotifyImage>>

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.

Api Reference

Parameters

playlist

The id or uri for the playlist.

Throws

Sources

common source
Link copied to clipboard