Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified addToQueue endpoint & created 2 new endpoints. Added tests for all 3. #477

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddworak44
Copy link

1a. Created function addToPlaybackQueue as shown as TBD on README.md. Function adds an item to a user’s playback queue. 1b. Noticed addToQueue endpoint had optional parameter device_id, which could lead to unexpected behavior. 1c. Added tests in test/spotify-web-api.js to test behavior of new endpoint.

  1. Added getPlaylistoverImage endpoint brought up in Issue Missing endpoint: get-playlist-cover #350. Implementation was missing and added test in test/spotify-web-api.js

  2. Added getAvailableMarkets endpoint, which was missing & available in Spotify Web API documentation.

…ted addToPlayback queue to reflect optional device_id. Added unit tests for all 3 as well as updated documentation in the README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant