Spotify.NET/SpotifyAPI/Web
Alessandro Attard Barbini dd77be8a8a Added support for proxy configuration (#224)
* Create ProxyConfig class + Unit tests

* Use ProxyConfig in SpotifyLocalAPI

* Refactor WebProxy creation in ProxyConfig

* Use ProxyConfig in SpotifyWebAPI

* Add ProxyConfig parameter in GetAlbumArt methods

* Add ProxyConfig to WebAPIFactory

* Add proxy settings to Example app

* Fix ArgumentNullException in GetAlbumArtUrl when not using proxy

* Performed requested changes

- Removed redundant "this".
- Added necessary null checks.
- Added a ProxyConfig property to SpotifyLocalAPIConfig and removed constructor overloads with it in SpotifyLocalAPI and RemoteHandler.

* Updated Example app
2018-03-25 19:39:19 +02:00
..
Auth Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
Enums Added new player endpoints 2017-05-31 17:31:41 +02:00
Models Add ReleaseDate (#230) 2018-03-25 18:29:21 +02:00
IClient.cs Fixed Header add 2017-05-31 19:54:13 +02:00
SimpleHttpServer.cs Added config for spotify local api 2017-09-03 14:44:11 +02:00
SpotifyWebAPI.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
SpotifyWebBuilder.cs Add Audio Track Analysis models and API endpoint (#161) 2017-07-02 19:37:11 +02:00
SpotifyWebClient.cs Added support for proxy configuration (#224) 2018-03-25 19:39:19 +02:00
Util.cs Fixed DateTime to timestamp int --> double 2018-02-20 20:47:40 +01:00