Spotify.NET/SpotifyAPI.Web/Clients/Interfaces
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
..
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 feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +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 feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01: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 feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
ITracksClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
IUserProfileClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00