zmb3 / spotify

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

add support for a user's saved songs #128

Closed erooke closed 3 years ago

erooke commented 4 years ago

Added the functions UserSavedTracks and UserSavedTracksOpt which implement the api endpoint documented here. Also threw in an example of it being used.

strideynet commented 3 years ago

Closing as abandoned