getPlaylistSongs: Get the songs of a specific playlist
Description
function to get songs about a specifc playlist
Usage
getPlaylistSongs(user_id, playlist_id, offset = 0, token)
Arguments
offset
The index of the first songs to return. Default: 0 (the first object). Maximum offset: 100.000.
token
An OAuth token created with spotifyOAuth
.