Spotify.NET/SpotifyAPI.Web/Models/Request
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
..
AlbumRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
AlbumsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
AlbumTracksRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
ArtistsAlbumsRequest.cs Only list enums when a flag attribute is pressent, fixes #478 2020-07-13 15:49:36 +02:00
ArtistsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
ArtistsTopTracksRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
AuthorizationCodeRefreshRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
AuthorizationCodeTokenRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
CategoriesRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
CategoryPlaylistsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
CategoryRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
ClientCredentialsRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
EpisodeRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
EpisodesRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
FeaturedPlaylistsRequest.cs run formatter 2022-11-27 13:29:35 +01:00
FollowCheckCurrentUserRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
FollowCheckPlaylistRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
FollowGetCurrentUserRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
FollowPlaylistRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
FollowRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryAlbumsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryCheckAlbumsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryCheckEpisodesRequest.cs Fixing #607 + Refactoring (#608) 2021-08-10 22:17:51 +02:00
LibraryCheckShowsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryCheckTracksRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryEpisodesRequest.cs Fixing #607 + Refactoring (#608) 2021-08-10 22:17:51 +02:00
LibraryRemoveAlbumsRequest.cs RemoveAlbums - send ids via query parameter, fixes #828 2022-11-18 12:59:15 +01:00
LibraryRemoveEpisodesRequest.cs replace body ids with query parameter ids 2022-11-27 13:07:50 +01:00
LibraryRemoveShowsRequest.cs replace body ids with query parameter ids 2022-11-27 13:07:50 +01:00
LibraryRemoveTracksRequest.cs replace body ids with query parameter ids 2022-11-27 13:07:50 +01:00
LibrarySaveAlbumsRequest.cs Setup projects for nuget publishing 2020-06-04 20:29:33 +02:00
LibrarySaveEpisodesRequest.cs replace body ids with query parameter ids 2022-11-27 13:07:50 +01:00
LibrarySaveShowsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibrarySaveTracksRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryShowsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LibraryTracksRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
LoginRequest.cs run formatter 2022-11-27 13:29:35 +01:00
NewReleasesRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
PersonalizationTopRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PKCETokenRefreshRequest.cs Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00:00
PKCETokenRequest.cs Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00:00
PlayerAddToQueueRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerCurrentlyPlayingRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PlayerCurrentPlaybackRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PlayerPausePlaybackRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerRecentlyPlayedRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerResumePlaybackRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerSeekToRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerSetRepeatRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PlayerShuffleRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerSkipNextRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PlayerSkipPreviousRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlayerTransferPlaybackRequest.cs More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
PlayerVolumeRequest.cs More Docs #451 2020-05-30 23:32:06 +02:00
PlaylistAddItemsRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistChangeDetailsRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistCreateRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistCurrentUsersRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistGetItemsRequest.cs Make Fields List instead of IList, fixes #779 2022-11-18 14:07:19 +01:00
PlaylistGetRequest.cs Make Fields List instead of IList, fixes #779 2022-11-18 14:07:19 +01:00
PlaylistGetUsersRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistRemoveItemsRequest.cs Add Positions body param to PlaylistRemoveItemsRequest, #501 2020-08-27 13:55:42 +02:00
PlaylistReorderItemsRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
PlaylistReplaceItemsRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
RecommendationsRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
RequestParams.cs use recommendations for latest .NET versions 2023-11-03 22:57:55 +01:00
SearchRequest.cs 📘 More docs! #451 2020-05-31 00:11:05 +02:00
ShowEpisodesRequest.cs Pagination implementation adapted - Less methods,more defaults #451 2020-05-31 15:56:49 +02:00
ShowRequest.cs Pagination implementation adapted - Less methods,more defaults #451 2020-05-31 15:56:49 +02:00
ShowsRequest.cs Pagination implementation adapted - Less methods,more defaults #451 2020-05-31 15:56:49 +02:00
TokenSwapRefreshRequest.cs Added TokenSwapAuth and console example for it #451 2020-06-02 16:34:24 +02:00
TokenSwapTokenRequest.cs Added TokenSwapAuth and console example for it #451 2020-06-02 16:34:24 +02:00
TrackRequest.cs Finished inline XML docs for now :party: #451 2020-05-31 16:57:58 +02:00
TracksAudioFeaturesRequest.cs Finished inline XML docs for now :party: #451 2020-05-31 16:57:58 +02:00
TracksRequest.cs Finished inline XML docs for now :party: #451 2020-05-31 16:57:58 +02:00
UnfollowRequest.cs Started with Documentation #451 2020-05-28 16:30:17 +02:00
UsersTopItemsRequest.cs Add Users Top Tracks / Users Top Artists to UserClient (#938) 2024-01-19 19:56:07 +01:00