Spotify.NET/SpotifyAPI.Web
Justin Swanson 67cb3e42f1 TooManyRequests Handling (#282)
* SpotifyHttpStatusCode

A small supplementary enum for Spotify specific codes.  Only contains TooManyRequests currently, but more can be added.

* TooManyRequests Retry Handling

Will now parse and wait the Spotify recommended wait time.  Also has the option to not consume a retry attempt on this type of error

* TryGetTooManyRequests refactored to GetTooManyRequests

To keep the library consistent

* Removed SpotifyHttpStatusCode
2018-09-21 14:42:52 +02:00
..
Enums Merge branch 'v3' 2018-08-24 14:31:41 +02:00
Models TooManyRequests Handling (#282) 2018-09-21 14:42:52 +02:00
IClient.cs Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00
ProxyConfig.cs Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00
SpotifyAPI.Web.csproj Added support for .net 4.6 2018-09-04 14:39:07 +02:00
SpotifyAPI.Web.nuspec Added support for .net 4.6 2018-09-04 14:39:07 +02:00
SpotifyWebAPI.cs TooManyRequests Handling (#282) 2018-09-21 14:42:52 +02:00
SpotifyWebBuilder.cs Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00
SpotifyWebClient.cs TooManyRequests Handling (#282) 2018-09-21 14:42:52 +02:00
Util.cs Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00