XY Wang
d5059820b6
Add Locale param ( #835 )
...
* Add Locale
* Add ArtistRequest, ArtistsRelatedArtistsRequest
* Add ArtistRequest, ArtistsRelatedArtistsRequest
* Add Locale
2024-02-10 12:56:59 +01:00
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
c5400fc937
re-add .net standard 2.0 support
2023-11-03 23:23:54 +01:00
Jonas Dellinger
16d898b344
add cancellationToken to another override of PaginateAll
2023-11-03 22:50:45 +01:00
andy
fdde87e476
Cancellation token in SpotifyClient::PaginateAll for passing to Paginator ( #907 )
...
* adding cancellation token in SpotifyClient::PaginateAll and passing to IPaginator
* adding docstring for cancellation token
2023-11-03 22:43:45 +01:00
Jonas Dellinger
4d577bccf0
remove SimplePlaylist
2023-05-27 22:28:31 +02:00
Jonas Dellinger
cb2e0cccc8
run formatter
2022-11-27 13:29:35 +01:00
Sascha Kiefer
b8a2190168
feat: allow to pass cancellation token to requests ( #813 )
...
* feat: implements markets API
* fix: use correct constructor name
* feat: allow to pass a cancellation token
* pass cancellation token
* pass cancellation token only >NETSTANDARD2_1
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-11-18 12:30:09 +01:00
Gavin
b39941f523
Adding Endpoint to get a User's Queue ( #807 )
...
* Adding support to Get a player queue
* Update to return Tracks and Episodes
2022-11-08 21:58:05 +01:00
Sascha Kiefer
d363789d42
feat: implements markets API ( #787 )
...
* feat: implements markets API
* fix: use correct constructor name
2022-08-11 08:54:09 +02:00
Jonas Dellinger
5cebb910f7
Updated to .net 6.0 and remove .net-standard2.0 support
2021-11-10 20:12:12 +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
81245b2339
Fix Paginate not being available in >NETSTANDARD2_1
2021-03-02 12:19:55 +01:00
Jonas Dellinger
237925d51e
Added paging methods, closes #538
2020-12-28 17:23:59 +01:00
Jonas Dellinger
df009e0316
Remove Task/Func paging methods, c# types are too strict for that
2020-06-13 13:28:50 +02:00
Jonas Dellinger
de98bc012f
Added IPaginatble to also support Cursor based paging
2020-06-13 12:55:48 +02:00
Jonas Dellinger
ec08baf80b
Rename all Credentials* classes to correct ClientCredentials*
2020-06-07 13:29:15 +02:00
Jonas Dellinger
fb5b81b747
Fixed warnings and polished publish script
2020-06-04 20:56:47 +02:00
Jonas Dellinger
2a9b0338f5
Moar docs and TooManyRequests exception
2020-06-02 23:55:50 +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
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
934907f39a
Corrected wrong namespace and implemented example client unit test
2020-05-18 15:30:18 +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
fee995f984
Started docs
2020-05-13 18:27:16 +02:00
Jonas Dellinger
cc42c3971f
Added Episodes Client and restructured config #451
2020-05-11 18:55:35 +02:00
Jonas Dellinger
0cd3027c28
Disable naming warning
2020-05-08 16:39:00 +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
cd650a7e6d
Further refined IPaginator, making it possible to do search pagination!
2020-05-05 17:52:23 +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
40397fa4f6
Added paginator and some more ConfigureAwaits
2020-05-05 05:26:37 +02:00
Jonas Dellinger
d36f360232
Started TracksClient
2020-05-04 23:04:59 +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
5d071de190
Added more playlists endpoint
2020-05-03 08:10:41 +02:00
Jonas Dellinger
93bcff5c1d
Added some more playlists endpoints
2020-05-03 01:00:35 +02:00