zmb3 / spotify

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

Adding "GetQueue" Function to player.go. #211

Closed R0qs3T closed 1 year ago

R0qs3T commented 1 year ago

I added the function "GetQueue" that pulls the users queue from the new Endpoint: https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue

strideynet commented 1 year ago

Any chance you can include a test for this with some dummy data ?

R0qs3T commented 1 year ago

Do you have any plans for a new release?

strideynet commented 1 year ago

I'll do it now apologies

R0qs3T commented 1 year ago

Perfect, thanks!