[PR #74] [CLOSED] [WIP] Add new connect endpoints #246

Closed
opened 2026-02-27 19:26:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/74
Author: @jwilsson
Created: 3/31/2017
Status: Closed

Base: masterHead: connect-endpoints


📝 Commits (10+)

  • 8b33f9d Add SpotifyWebAPI::getMyDevices() method
  • 0f30a6b Add SpotifyWebAPI::getMyCurrentTrack() method
  • e0a252d Add SpotifyWebAPI::getMyCurrentPlaybackInfo() method
  • 120749d Restore demo
  • 1cf4b37 Add SpotifyWebAPI::play() method
  • 60745c1 Add SpotifyWebAPI::pause() method
  • b0e3a8e Add SpotifyWebAPI::changeMyDevice() method
  • 0a5b742 Reorder methods correctly
  • 98d0836 Add SpotifyWebAPI::next() method
  • 053bc06 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jwilsson/spotify-web-api-php/pull/74 **Author:** [@jwilsson](https://github.com/jwilsson) **Created:** 3/31/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `connect-endpoints` --- ### 📝 Commits (10+) - [`8b33f9d`](https://github.com/jwilsson/spotify-web-api-php/commit/8b33f9d64f29aabb7ffd910ce8e09b46e043e2e4) Add SpotifyWebAPI::getMyDevices() method - [`0f30a6b`](https://github.com/jwilsson/spotify-web-api-php/commit/0f30a6b725f8f538e5eae8c893904e2045554881) Add SpotifyWebAPI::getMyCurrentTrack() method - [`e0a252d`](https://github.com/jwilsson/spotify-web-api-php/commit/e0a252dd627077b6d2b33aba062a16c2a56660c2) Add SpotifyWebAPI::getMyCurrentPlaybackInfo() method - [`120749d`](https://github.com/jwilsson/spotify-web-api-php/commit/120749d67aef73adca852122d63b56d948181a74) Restore demo - [`1cf4b37`](https://github.com/jwilsson/spotify-web-api-php/commit/1cf4b37237771424c0ee54794478846221170785) Add SpotifyWebAPI::play() method - [`60745c1`](https://github.com/jwilsson/spotify-web-api-php/commit/60745c10b60d427a09ece63603a5e84f8c420f5f) Add SpotifyWebAPI::pause() method - [`b0e3a8e`](https://github.com/jwilsson/spotify-web-api-php/commit/b0e3a8ec07d77f195ed1e2bbb794958a9edf6990) Add SpotifyWebAPI::changeMyDevice() method - [`0a5b742`](https://github.com/jwilsson/spotify-web-api-php/commit/0a5b742f2c83f18fd41d45cd598268eabcbfead4) Reorder methods correctly - [`98d0836`](https://github.com/jwilsson/spotify-web-api-php/commit/98d0836ec940882a8b66b6d7082bb6a77d499d88) Add SpotifyWebAPI::next() method - [`053bc06`](https://github.com/jwilsson/spotify-web-api-php/commit/053bc06dac476e5d9e7bf30d80cece70ecc68141) Add SpotifyWebAPI::previous() method ### 📊 Changes **7 files changed** (+817 additions, -51 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:26:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#246
No description provided.