mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #234] createPlaylist #166
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#166
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 @rac-andreharry on GitHub (Aug 23, 2021).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/234
Hey guys,
Question on the "createPlaylist" method.
Any reason why method using the following URI
POST /v1/me/playlistsinstead ofPOST /v1/users/{userId}/playlistsLooking at the official documentation, the correct URI is
POST /v1/users/{userId}/playlistshttps://developer.spotify.com/documentation/web-api/reference/#endpoint-create-playlist
POST /v1/me/playlistsis working fine, however, I worried that Spotify might drop it without warning and it will affect this libraryThanks
@rac-andreharry commented on GitHub (Aug 23, 2021):
Actually nevermind, I found the reason
https://github.com/jwilsson/spotify-web-api-php/issues/131