guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Implement functionality to control player shuffle status. #184

Closed stephendolan closed 5 years ago

stephendolan commented 5 years ago

Implement the following endpoint:

https://developer.spotify.com/documentation/web-api/reference/player/toggle-shuffle-for-users-playback/

I was unable to find any existing tests for the player.rb file, so no additional ones were added for this endpoint.

stephendolan commented 5 years ago

@guilhermesad Change committed! Thanks for the feedback!

guilhermesad commented 5 years ago

@stephendolan great thanks!