Open Shpigford opened 5 years ago
The Spotify "Recently Played" endpoint allows for passing after and before parameters to effectively paginate through recently played tracks.
after
before
As far as I can tell, the recently_played method only allows for the limit parameter.
recently_played
limit
https://github.com/guilhermesad/rspotify/blob/master/lib/rspotify/user.rb#L139
Here's developer docs on that: https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/
The Spotify "Recently Played" endpoint allows for passing
after
andbefore
parameters to effectively paginate through recently played tracks.As far as I can tell, the
recently_played
method only allows for thelimit
parameter.https://github.com/guilhermesad/rspotify/blob/master/lib/rspotify/user.rb#L139
Here's developer docs on that: https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/