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 |
|
Jonas Dellinger
|
2f8bf6877f
|
Added support for .net 4.6
|
2018-09-04 14:39:07 +02:00 |
|
Jonas Dellinger
|
f97fd83cca
|
Fixed nuspecs
|
2018-08-24 15:32:20 +02:00 |
|
Jonas Dellinger
|
f6ef3daa13
|
Disable XML comment spam
|
2018-08-24 14:57:37 +02:00 |
|
Jonas Dellinger
|
05d1f4de02
|
Updated nuspecs and publish script
|
2018-08-24 14:51:48 +02:00 |
|
Jonas Dellinger
|
601b74d3c1
|
Merge branch 'v3'
|
2018-08-24 14:31:41 +02:00 |
|
Jonas Dellinger
|
b5b09432b3
|
Enable XML Docs and nuget specs
|
2018-08-24 14:30:50 +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 |
|