[PR #253] [MERGED] Add support for Get User's Queue #281

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

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/253
Author: @mfatica
Created: 9/1/2022
Status: Merged
Merged: 9/3/2022
Merged by: @jwilsson

Base: mainHead: mfatica/add-get-users-queue


📝 Commits (1)

  • cb1c822 Add support for Get User's Queue

📊 Changes

4 files changed (+300 additions, -0 deletions)

View changed files

📝 docs/method-reference/SpotifyWebAPI.md (+19 -0)
📝 src/SpotifyWebAPI.php (+15 -0)
📝 tests/SpotifyWebAPITest.php (+17 -0)
tests/fixtures/my-queue.json (+249 -0)

📄 Description

https://developer.spotify.com/documentation/web-api/reference/#/operations/get-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/253 **Author:** [@mfatica](https://github.com/mfatica) **Created:** 9/1/2022 **Status:** ✅ Merged **Merged:** 9/3/2022 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `main` ← **Head:** `mfatica/add-get-users-queue` --- ### 📝 Commits (1) - [`cb1c822`](https://github.com/jwilsson/spotify-web-api-php/commit/cb1c8227bd94ab7fbebad66f0049d4830ad2504d) Add support for Get User's Queue ### 📊 Changes **4 files changed** (+300 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/method-reference/SpotifyWebAPI.md` (+19 -0) 📝 `src/SpotifyWebAPI.php` (+15 -0) 📝 `tests/SpotifyWebAPITest.php` (+17 -0) ➕ `tests/fixtures/my-queue.json` (+249 -0) </details> ### 📄 Description https://developer.spotify.com/documentation/web-api/reference/#/operations/get-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:55 +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#281
No description provided.