zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.33k stars 284 forks source link

Get Queue #209

Open campbelljlowman opened 1 year ago

campbelljlowman commented 1 year ago

I don't see a way in the documentation to get information about a client's queue. The Spotify web API exposes this information so it should be feasible to retrieve it. IMO this information should be accessible as part of the playerState, or at least a separate endpoint if this information makes the object too large.

TimHi commented 1 year ago

Seems like there is a new endpoint.

E: And it seems implemented already 😄 .