Spotify.NET/SpotifyAPI.Web/Http
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
..
Interfaces feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
APIConnector.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
APIResponse.cs Update to .NET 5.0 2020-11-13 14:43:00 +01:00
NetHttpClient.cs feat: allow to pass cancellation token to requests (#813) 2022-11-18 12:30:09 +01:00
NewtonsoftJSONSerializer.cs Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
ProxyConfig.cs Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Request.cs Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Response.cs Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
SimpleConsoleHTTPLogger.cs Updated to .net 6.0 and remove .net-standard2.0 support 2021-11-10 20:12:12 +01:00