[PR #185] [MERGED] Added support for "Add to queue" #277

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

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/185
Author: @johnwedgbury
Created: 4/21/2020
Status: Merged
Merged: 4/22/2020
Merged by: @jwilsson

Base: masterHead: master


📝 Commits (7)

📊 Changes

3 files changed (+68 additions, -0 deletions)

View changed files

📝 docs/method-reference/SpotifyWebAPI.md (+18 -0)
📝 src/SpotifyWebAPI.php (+25 -0)
📝 tests/SpotifyWebAPITest.php (+25 -0)

📄 Description

https://developer.spotify.com/documentation/web-api/reference/player/add-to-queue/


🔄 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/185 **Author:** [@johnwedgbury](https://github.com/johnwedgbury) **Created:** 4/21/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`e5eb231`](https://github.com/jwilsson/spotify-web-api-php/commit/e5eb23153d05f00278c75423989df723d96ef4e6) Update SpotifyWebAPI.php - [`44174ba`](https://github.com/jwilsson/spotify-web-api-php/commit/44174baa7ace49808592b2c5c1e6ba9c22e03019) Typo - [`c5cff06`](https://github.com/jwilsson/spotify-web-api-php/commit/c5cff06edecabaf0a8c2f9bc3fa1e654cc18c2cb) Put options in URI instead of in body - [`5dc92d3`](https://github.com/jwilsson/spotify-web-api-php/commit/5dc92d3c9cd8a9abd9c9c8150815529f6d67fa60) Update SpotifyWebAPI.php - [`4d9e571`](https://github.com/jwilsson/spotify-web-api-php/commit/4d9e5719ba4c7e9863696b7e4256b26c01f9e8c8) Add tests - [`8493ba8`](https://github.com/jwilsson/spotify-web-api-php/commit/8493ba86a653191a414bc7a6c541168c95c37eba) Add queue to docs - [`2cb3924`](https://github.com/jwilsson/spotify-web-api-php/commit/2cb3924492d2279ac17c8065ea55ce32b492b000) Fix test failure ### 📊 Changes **3 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/method-reference/SpotifyWebAPI.md` (+18 -0) 📝 `src/SpotifyWebAPI.php` (+25 -0) 📝 `tests/SpotifyWebAPITest.php` (+25 -0) </details> ### 📄 Description https://developer.spotify.com/documentation/web-api/reference/player/add-to-queue/ --- <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:54 +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#277
No description provided.