mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #75] Add new Connect Endpoints #40
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#40
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 @jwilsson on GitHub (Mar 31, 2017).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/75
GET /v1/me/player/devices=>SpotifyWebAPI::getMyDevices()GET /v1/me/player=>SpotifyWebAPI::getMyCurrentPlaybackInfo()GET /v1/me/player/currently-playing=>SpotifyWebAPI::getMyCurrentTrack()PUT /v1/me/player=>SpotifyWebAPI::changeMyDevice()PUT /v1/me/player/play=>SpotifyWebAPI::play()PUT /v1/me/player/pause=>SpotifyWebAPI::pause()POST /v1/me/player/next=>SpotifyWebAPI::next()POST /v1/me/player/previous=>SpotifyWebAPI::previous()PUT /v1/me/player/seek=>SpotifyWebAPI::seek()PUT /v1/me/player/repeat=>SpotifyWebAPI::repeat()PUT /v1/me/player/volume=>SpotifyWebAPI::setMyVolume()PUT /v1/me/player/shuffle=>SpotifyWebAPI::shuffle()Full reference: https://developer.spotify.com/web-api/web-api-connect-endpoint-reference/
Any feedback on names and help with implementing is greatly appreciated! A WIP is available in #74.
@jwilsson commented on GitHub (Apr 11, 2017):
Almost done, just one small issue with
SpotifyWebAPI::play()and no options. But that endpoint seems to have some issues right now.@jwilsson commented on GitHub (Apr 12, 2017):
Released in
1.10.0! 🎉