Closed r-bbn closed 1 year ago
@rinukkusu This PR can be closed now, no?
@hayribakici Yes, right! @r-bbn @Quatton We took your ideas, refined them and the improvements have been merged with PR #157 to move things forward. Thank you for your contributions!
Thank you!
Hello ! I am currently using this really useful lib in a flutter project around the spotify API, thanks ! However, features are really limited when we want to retrieve users' top items because we could not use specific values for the parameters stated here (limit, offset & time_range) : https://developer.spotify.com/documentation/web-api/reference/#/operations/get-users-top-artists-and-tracks
Hence, I did simple modifications to the functions
me.topArtists()
andme.topTracks()
so that I could use them in my project :)Here is the detail of my modifications :
me.topTracks()
endpoint in the deprecated functionusers.topTracks()