JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.52k stars 310 forks source link

Add Users Top Tracks / Users Top Artists to UserClient #938

Closed Noelg14 closed 10 months ago

Noelg14 commented 10 months ago

Details

Implemented the Get Users Top Items endpoint into the UserClient class. Link to Spotify Docs

JohnnyCrazy commented 10 months ago

Hey @Noelg14 ,

Great addition, thank you! :) I just added two commits, running the formatter and removing the namespace that got probably auto-created because of the file location.

Waiting for the build to pass and then gonna merge this!