Philip
6591b5f64c
Changed description of AddPlaylistTrack/Async ( #290 )
...
* Changed description of AddPlaylistTrack/Async
* Changed description of RemovePlaylistTrack/Async
2018-09-22 17:07:44 +02:00
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
kg73
fa0f3e2d90
Modified SpotifyWebClient to use a single HttpClient per class lifeti… ( #287 )
...
* Modified SpotifyWebClient to use a single HttpClient per class lifetime. This will allow the HttpClient to properly pool connections.
Reference: https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client
* Added suggested changes. Moved ProxyConfig to the constructor of SpotifyWebClient.
2018-09-17 14:44:22 +02:00
kg73
81fe1763f4
Added position_ms parameter to ResumePlayback. position_ms sets the seek time on the track, whereas offset deals with the song order in a playlist or list of tracks. ( #288 )
2018-09-17 14:44:01 +02:00
Gruhlum
a82bbbf5b7
Adds collaborative and description to UpdatePlaylist and CreatePlaylist
2018-08-24 14:13:25 +02:00
Gruhlum
acc59d11bf
Adds collaborative bool and description to UpdatePlaylist
2018-08-24 14:12:49 +02:00
Jonas Dellinger
5c2a901f75
Updated to .NET Core and reimplemented auth strategies
2018-08-24 14:10:13 +02:00