mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #362] [MERGED] Implement "Get the User's Queue" #416
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#416
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/ramsayleung/rspotify/pull/362
Author: @ljufa
Created: 10/7/2022
Status: ✅ Merged
Merged: 10/10/2022
Merged by: @ramsayleung
Base:
master← Head:add_user_queue_ep📝 Commits (5)
4726211implement current_user_queue fn1f0921freduce json size11ed957changelog entry9965743cargo fmtf8a517eremove lifetime📊 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/queueimplementedhttps://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.
How has this been tested?
Model test
Please also list any relevant details for your test configuration
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.