[PR #362] [MERGED] Implement "Get the User's Queue" #416

Closed
opened 2026-02-27 20:24:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/362
Author: @ljufa
Created: 10/7/2022
Status: Merged
Merged: 10/10/2022
Merged by: @ramsayleung

Base: masterHead: add_user_queue_ep


📝 Commits (5)

📊 Changes

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

View changed files

📝 CHANGELOG.md (+3 -0)
📝 rspotify-model/src/context.rs (+5 -0)
📝 src/clients/oauth.rs (+9 -0)
📝 tests/test_models.rs (+191 -0)

📄 Description

Description

Missing endpoint /v1/me/player/queue implemented
https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue


Motivation and Context

It was missing

Dependencies

No

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How has this been tested?

Model test

Please also list any relevant details for your test configuration

  • Test A: xxx
  • Test B: xxx

Is this change properly documented?

Please make sure you've properly documented the changes you're making.

Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).


🔄 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/ramsayleung/rspotify/pull/362 **Author:** [@ljufa](https://github.com/ljufa) **Created:** 10/7/2022 **Status:** ✅ Merged **Merged:** 10/10/2022 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `add_user_queue_ep` --- ### 📝 Commits (5) - [`4726211`](https://github.com/ramsayleung/rspotify/commit/472621148dec3682097b77bacdda8a6b93512cb0) implement current_user_queue fn - [`1f0921f`](https://github.com/ramsayleung/rspotify/commit/1f0921f5649ec231e1d2db7c8629478616f22bfe) reduce json size - [`11ed957`](https://github.com/ramsayleung/rspotify/commit/11ed9576465dee12794fd4b9567b2d9783b2f71f) changelog entry - [`9965743`](https://github.com/ramsayleung/rspotify/commit/996574318cfa90d30337b5ceb721cdaf5ea6a863) cargo fmt - [`f8a517e`](https://github.com/ramsayleung/rspotify/commit/f8a517e3d28b6b1055c13dda8c3f5b88e7c96eba) remove lifetime ### 📊 Changes **4 files changed** (+208 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `rspotify-model/src/context.rs` (+5 -0) 📝 `src/clients/oauth.rs` (+9 -0) 📝 `tests/test_models.rs` (+191 -0) </details> ### 📄 Description ## Description Missing endpoint `/v1/me/player/queue` implemented https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue <br class="Apple-interchange-newline"> ## Motivation and Context It was missing ## Dependencies No ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) ## How has this been tested? Model test Please also list any relevant details for your test configuration - [ ] Test A: xxx - [ ] Test B: xxx ## Is this change properly documented? Please make sure you've properly documented the changes you're making. Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:39 +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/rspotify#416
No description provided.