Spotify.NET/SpotifyAPI.Web/Clients/Interfaces
Noel Griffin a27c3729c8
Add Users Top Tracks / Users Top Artists to UserClient (#938)
* add top tracks & artists endpoints

* fix file extenstion

* added TODO

* Add Methods to interface

* Add Top items query class

* implement query into UserProfileClient.cs - Top Requests

* Tidy Up Naming

* Removed random json file change

* Added Tests.

* run formatter

* remove additional namespace

---------

Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2024-01-19 19:56:07 +01:00
..
IAlbumsClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IArtistsClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IBrowseClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IEpisodesClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IFollowClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
ILibraryClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IMarketsClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IOAuthClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IPaginator.cs re-add .net standard 2.0 support 2023-11-03 23:23:54 +01:00
IPersonalizationClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IPlayerClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IPlaylistsClient.cs remove SimplePlaylist 2023-05-27 22:28:31 +02:00
ISearchClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IShowsClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
ISpotifyClient.cs re-add .net standard 2.0 support 2023-11-03 23:23:54 +01:00
ITracksClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IUserProfileClient.cs Add Users Top Tracks / Users Top Artists to UserClient (#938) 2024-01-19 19:56:07 +01:00