JMPerez / spotify-web-api-js

A client-side JS wrapper for the Spotify Web API
https://jmperezperez.com/spotify-web-api-js/
MIT License
1.87k stars 260 forks source link

remove userId from Create playlist method #110

Closed amelialaundy closed 6 years ago

amelialaundy commented 6 years ago

Me again, the changes just released to update the playlist endpoints as per the new Spotify URIs (https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/) https://github.com/JMPerez/spotify-web-api-js/pull/105https://github.com/JMPerez/spotify-web-api-js/releases/tag/v1.1.0 don't include an update for Creating a playlist without the userId:

POST /v1/me/playlists

I'll create a PR for this URI too, to remove the userId from the request.

JMPerez commented 6 years ago

Fixed