mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[PR #74] [CLOSED] [WIP] Add new connect endpoints #246
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#246
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?
📋 Pull Request Information
Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/74
Author: @jwilsson
Created: 3/31/2017
Status: ❌ Closed
Base:
master← Head:connect-endpoints📝 Commits (10+)
8b33f9dAdd SpotifyWebAPI::getMyDevices() method0f30a6bAdd SpotifyWebAPI::getMyCurrentTrack() methode0a252dAdd SpotifyWebAPI::getMyCurrentPlaybackInfo() method120749dRestore demo1cf4b37Add SpotifyWebAPI::play() method60745c1Add SpotifyWebAPI::pause() methodb0e3a8eAdd SpotifyWebAPI::changeMyDevice() method0a5b742Reorder methods correctly98d0836Add SpotifyWebAPI::next() method053bc06Add SpotifyWebAPI::previous() method📊 Changes
7 files changed (+817 additions, -51 deletions)
View changed files
➕
docs/examples/controlling-user-playback.md(+27 -0)📝
docs/examples/index.md(+1 -0)📝
src/SpotifyWebAPI.php(+294 -9)📝
tests/SpotifyWebAPITest.php(+382 -42)➕
tests/fixtures/user-current-playback-info.json(+25 -0)➕
tests/fixtures/user-current-track.json(+78 -0)➕
tests/fixtures/user-devices.json(+10 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.