Jonas Dellinger
9e6c11818f
Updated local port and scheme
2017-09-03 14:53:04 +02:00
Jonas Dellinger
1af1d37a35
Moved Encoding to ExtendedWebClient
2017-09-03 14:46:25 +02:00
Jonas Dellinger
163ed9b52f
Merge branch 'master' of github.com:JohnnyCrazy/SpotifyAPI-NET
2017-09-03 14:45:10 +02:00
Jonas Dellinger
451d925d7d
Added config for spotify local api
2017-09-03 14:44:11 +02:00
tyutony
04c1687cec
fixed issues : Have exception if playing Chinese song #171 ( #174 )
2017-08-29 16:52:34 +02:00
Jonas Dellinger
06adc23abb
Added source to publish.cmd
2017-07-16 23:57:02 +02:00
Jonas Dellinger
8f76b4c36f
Fixed publish script, please?
2017-07-16 23:52:43 +02:00
Jonas Dellinger
6cf77f58a2
Testing build script
2017-07-16 23:30:40 +02:00
Jonas Dellinger
3ca4578c34
Added nuget commands to the script
2017-07-16 23:14:59 +02:00
Jonas Dellinger
c020172469
Added publish script for nuget
2017-07-16 22:47:06 +02:00
Jim
c74b210120
Changed to PUT method ( #167 )
2017-07-16 22:28:56 +02:00
Will Graham
17639a9b54
Add Audio Track Analysis models and API endpoint ( #161 )
...
* Add Audio Track Analysis models and API endpoint
* Update docs
* Add link to EchoNest archived docs for AudioAnalysis model
2017-07-02 19:37:11 +02:00
Alessandro AB
429f5e50b0
Fixed GetAlbumArtUrl always returning empty string ( #156 )
...
* Fixed GetAlbumArtUrl always returning empty string
* Simplified the regex pattern
2017-06-20 21:31:41 +02:00
Jim
7ea1a1af48
Update WebApiFactory.cs ( #153 )
...
This could fix the ImplicitGrantAuth for http paths without breaking anything. ´TrimEnd` is there for when there is no path (the builder will add a `/` which will make the callback url invalid otherwise.
2017-06-10 21:50:16 +02:00
Jakub Syty
512d3d76ad
Async auth support for ClientCredentialsAuth ( #148 )
2017-06-06 18:56:26 +02:00
shadowlif
a932aaadc8
Added method to check for compatible OS ( #147 )
...
* Added method to check for compatible OS
* Standardized const variables
* Fixed typo
* Negation of usage in if's
* Moved const variables
* simplified IsOSCompatible
2017-06-04 00:15:56 +02:00
Jonas Dellinger
3eefa5a2dc
Fixed Header add
2017-05-31 19:54:13 +02:00
Jonas Dellinger
629a09a980
Removed Proxy = null
2017-05-31 18:24:22 +02:00
Jonas Dellinger
1c6f317dda
Added Status Code to models
2017-05-31 18:17:07 +02:00
Jonas Dellinger
1253d02da7
Switched from WebClient to HTTPClient
2017-05-31 17:31:41 +02:00
Jonas Dellinger
2543ed2f2f
Added new player endpoints
2017-05-31 17:31:41 +02:00
Henning M. Stephansen
ba03526f19
#134 Adds User-Agent in the OAuth request due to recent changes in the Spotify API
2017-03-09 21:58:48 +01:00
Jonas Dellinger
3ebb446745
Added new endpoint "recently played"
2017-03-02 22:28:55 +01:00
Jonas Dellinger
281b684f5f
Changed Host to 127.0.0.1 and added SSL workaround
2016-09-30 12:17:19 +02:00
Jack Ryder
31a3b5cdce
added collab playlist scope
2016-09-19 20:32:15 +01:00
Jonas Dellinger
ec8b7a3d3d
Made some LocalAPI methods async - Updated example, now without SynchronizingObject
2016-09-09 14:56:37 +02:00
Jonas Dellinger
3c82b0376b
Merge pull request #106 from petrroll/configureAwaitFix
...
Configure await fix + removed bunch of unnecessary async/await before return
2016-09-09 14:47:09 +02:00
Petr Houška
3e7265a657
Async methods return Tasks instead of void.
2016-09-08 12:38:37 +02:00
Petr Houška
1ae1f2380a
Fixed missed await.
2016-09-08 12:24:16 +02:00
Petr Houška
80f58df929
Fixed rest of awaits.
2016-09-08 12:06:24 +02:00
Petr Houška
a67305cb14
Reworked async/await in WebAPI
2016-09-08 08:30:33 +02:00
Jonas Dellinger
dd2b39292a
Added OpenGraphState, got removed somehow?!
2016-09-03 00:44:51 +02:00
Jonas Dellinger
e0357ef2b1
Updated Port to HTTPS-Version
2016-09-03 00:40:55 +02:00
Jonas Dellinger
ec32ba8c06
Fixed small misspelling 'shuffle'
2016-09-03 00:40:31 +02:00
Jonas Dellinger
ce376a3513
Fixed wrong comparing of track objects
2016-08-28 22:35:47 +02:00
Johnny @PC
8bee9f2127
Code cleanup/docs in SpotifyWebAPI.cs
2016-08-24 13:17:46 +02:00
Petr Houška
83ea4cd9e7
Fixed docs for RetryErrorCodes.
2016-08-23 19:18:04 +02:00
Petr Houška
9952f3e939
Generalized Download list functions.
2016-08-23 19:13:11 +02:00
Petr Houška
4598410016
Fixed UseAutoRetry doc comment.
2016-08-23 18:44:17 +02:00
Petr Houška
78387da0ef
Turned automatic retry off by default.
2016-08-14 04:29:01 +02:00
Petr Houška
4b05542696
Added timeout for retry.
2016-08-14 04:27:32 +02:00
Petr Houška
ea317dcbeb
Removes duplicated code + adds support for retry to Alt functions.
2016-08-14 04:14:16 +02:00
Petr Houška
cf2d2f632b
Removed code duplicity.
2016-08-14 03:49:39 +02:00
Petr Houška
0250131345
Updates Download and UploadData functions.
2016-08-14 03:39:35 +02:00
Petr Houška
9ccd257f43
Removed some code duplication.
2016-08-14 03:24:09 +02:00
Johnny @PC
0f993ceda5
Cleanup HTTPServer and more stuff
2016-07-31 16:24:27 +02:00
Johnny @PC
0cefd0ac13
Removed wrong factory
2016-07-31 16:19:58 +02:00
Johnny @PC
417869548a
Added additional constructor to WebAPIFactory
2016-07-31 16:18:42 +02:00
Jonas Dellinger
409a444d53
Merge pull request #92 from jholzer/master
...
Stability improvement:
2016-07-31 15:56:17 +02:00
Jürgen
4699246068
Adapted code style
2016-07-30 00:19:57 +02:00