Commit Graph

52 Commits

Author SHA1 Message Date
Jonas Dellinger
78cc5a78da enable unused import warning and format code 2024-02-10 11:42:55 +01:00
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
Jonas Dellinger
4aea443038 use recommendations for latest .NET versions 2023-11-03 22:57:55 +01:00
Jonas Dellinger
cb2e0cccc8 run formatter 2022-11-27 13:29:35 +01:00
Jonas Dellinger
c5485a7183 replace body ids with query parameter ids 2022-11-27 13:07:50 +01:00
Jonas Dellinger
cc90c5afa4 Make Fields List instead of IList, fixes #779 2022-11-18 14:07:19 +01:00
Jonas Dellinger
9b8effe270 RemoveAlbums - send ids via query parameter, fixes #828 2022-11-18 12:59:15 +01:00
Pawel Bojkowski
c4704abae4
Fixing #607 + Refactoring (#608)
* Fixing #607 + Refactoring

Added me/episodes and done some refactoring

* Fixing LibrarySaveEpisodesRequest #607

Fixing the remove of epsides.

* Fixed some issues after review #608

* Fixing some small issues

Co-authored-by: DEV-PBO-DEV <72922549+DEV-PBO-DEV@users.noreply.github.com>
2021-08-10 22:17:51 +02:00
Jonas Dellinger
aab8c5ddcb
Fix potential race condition inside RequestParams (#571) 2021-03-03 09:36:46 +01:00
Jonas Dellinger
8dd31420ea Updated to .NET analyzers and fixed warnings 2020-12-26 18:28:44 +01:00
Jonas Dellinger
3fa69c56f0 Update to .NET 5.0 2020-11-13 14:43:00 +01:00
Jonas Dellinger
952d46f58f Add Positions body param to PlaylistRemoveItemsRequest, #501 2020-08-27 13:55:42 +02:00
Jonas Dellinger
9d22c04764 Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00:00
Jonas Dellinger
f3c8a9d620 Made more fields nullable, they can be excluded using fields query param, fixes #477 2020-07-13 16:03:19 +02:00
Jonas Dellinger
6f0e1b6f80 Only list enums when a flag attribute is pressent, fixes #478 2020-07-13 15:49:36 +02:00
Jonas Dellinger
d73c874400 Added market and fields parameter for PlaylistGetRequest 2020-06-29 22:58:50 +02:00
Jonas Dellinger
27773caa28 Empty lists are correctly excluded from query params, fixes #471 2020-06-29 22:42:35 +02:00
Jonas Dellinger
208b90fb56 Fixed cache logic inside of RequestParams, fixes #458 2020-06-09 03:04:51 +02:00
Jonas Dellinger
f04f175775 Setup projects for nuget publishing 2020-06-04 20:29:33 +02:00
Jonas Dellinger
ef60a9f1f2 Added TokenSwapAuth and console example for it #451 2020-06-02 16:34:24 +02:00
Jonas Dellinger
0a6570632b Finished inline XML docs for now :party: #451 2020-05-31 16:57:58 +02:00
Jonas Dellinger
5ae126699c Pagination implementation adapted - Less methods,more defaults #451 2020-05-31 15:56:49 +02:00
Jonas Dellinger
7445d3ca0e 📘 More docs! #451 2020-05-31 00:11:05 +02:00
Jonas Dellinger
c34167ecb4 More Docs #451 2020-05-30 23:32:06 +02:00
Jonas Dellinger
5da15c1c29 More Docs and spotify.LastResponse #451 2020-05-30 23:20:42 +02:00
Jonas Dellinger
0ef07bed0b Added Reflection Cache for RequestParams #451 2020-05-29 13:06:27 +02:00
Jonas Dellinger
b2884debcd Started with Documentation #451 2020-05-28 16:30:17 +02:00
Jonas Dellinger
f1ca557c6e Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Jonas Dellinger
51887644fd Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
Jonas Dellinger
320aa5f134 Added Library Client #451 2020-05-20 08:48:08 +02:00
Jonas Dellinger
24bb3d345f Finished UWP Example using protocol registration - Docs TODO 2020-05-18 11:39:01 +02:00
Jonas Dellinger
ff9d03ffb0 First draft of SpotifyAPI.Web.Auth 2020-05-15 20:06:24 +02:00
Jonas Dellinger
9b8a4cd2c9 Added first OAuth request: client credentials 2020-05-13 23:49:54 +02:00
Jonas Dellinger
354111738c Config adaptions and tests 2020-05-12 16:35:59 +02:00
Jonas Dellinger
cc42c3971f Added Episodes Client and restructured config #451 2020-05-11 18:55:35 +02:00
Jonas Dellinger
8fb0ba7974 Added Personalization Client #451 2020-05-08 12:09:59 +02:00
Jonas Dellinger
df6800f2ea Added Artists Client #451 2020-05-08 11:26:34 +02:00
Jonas Dellinger
a82f95f0d0 Added Albums Client #451 2020-05-07 22:33:29 +02:00
Jonas Dellinger
249a535e07 Added Player Client #451 2020-05-07 18:03:20 +02:00
Jonas Dellinger
2f09ba25ec Added Tracks client 2020-05-07 13:48:31 +02:00
Jonas Dellinger
997d29cfc5 Response Models -> no public set; Request models -> no set for collections 2020-05-05 15:30:00 +02:00
Jonas Dellinger
28531ab007 Added analyzers 2020-05-05 05:45:33 +02:00
Jonas Dellinger
9a7d46fb5a Added Follow Endpoint 2020-05-04 23:02:53 +02:00
Jonas Dellinger
7c94de2110 Allow Enum in QueryParams and added more endpoints 2020-05-03 22:34:03 +02:00
Jonas Dellinger
c9a374080b Added another endpoint and made sure the logger works for bodys <50 chars 2020-05-03 13:11:53 +02:00
Jonas Dellinger
813bba896f And some more playlists endpoints! 2020-05-03 09:06:28 +02:00
Jonas Dellinger
93bcff5c1d Added some more playlists endpoints 2020-05-03 01:00:35 +02:00
Jonas Dellinger
870b13eb2d Finished shows, started playlists 2020-05-02 22:48:21 +02:00
Jonas Dellinger
2b5a826181 Added FeaturedPlaylists 2020-05-02 14:58:11 +02:00
Jonas Dellinger
8074ff6331 Added RecommendationGenres and NewReleases 2020-05-02 13:52:01 +02:00