mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #131] Changes to playlist URIs #80
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PouleR on GitHub (Jun 29, 2018).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/131
Originally assigned to: @jwilsson on GitHub.
See the following blogpost: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/
API Endpoints will change for playlists and also the playlist URIs will be changed in a way that the userid is not present anymore.
@jwilsson commented on GitHub (Jun 30, 2018):
Hi!
Yeah, I got a branch up for it. Just haven't finished it yet. Will try and get to it ASAP.
@PouleR commented on GitHub (Jun 30, 2018):
Great job! Thanks a lot
@jwilsson commented on GitHub (Jul 3, 2018):
I just released new methods in
2.5.0, deprecating the ones accepting$userId.Just a heads up though,
SpotifyWebAPI::createPlaylist()doesn't work right now due to an error on Spotify's end. Tracking it here: https://github.com/spotify/web-api/issues/936@bih commented on GitHub (Jul 18, 2018):
Just to inform you @jwilsson - as this was referenced to spotify/web-api#936 - that we have now resolved this issue. See the comment in the issue for more details :)
@jwilsson commented on GitHub (Jul 18, 2018):
I just pushed
2.5.1using the correct endpoint.Thanks for the update @bih!