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
15d8fd87e2
Merged headers branch
2016-07-07 21:28:02 +02:00
Johnny @PC
8bde0643c4
Added alternative way to get the next page
2016-05-24 18:30:19 +02:00
Johnny @PC
ca4bd1edaf
Added Top artists/tracks
2016-04-01 14:08:06 +02:00
Johnny @PC
8c0d765eef
Added Recommendation Endpoints
2016-04-01 13:23:11 +02:00
Johnny @PC
adeac7b409
Simplified String -> string
2016-03-31 12:08:23 +02:00
Johnny @PC
c8637e32a9
Added AudioFeatures / Moved Several* to their own files
2016-03-31 12:07:29 +02:00
Johnny @PC
8b67917682
Forgot to add SavedAlbum-Object...
2015-12-07 14:13:24 +01:00
Johnny @PC
8017a02a10
Added support for /me/album endpoints
2015-12-07 14:08:23 +01:00
Johnny @PC
323561909e
Added HasNextPage and HasPreviousPage to Paging-Objects.
...
Renamed Next and Previous to GetNextPage and GetPreviousPage
2015-11-07 20:18:39 +01:00
Johnny @PC
85a7bf6101
Finished ASync Implementation.
2015-11-06 20:57:03 +01:00
Jimmy Appelt
c51a267924
CM Clean
2015-11-06 19:56:50 +01:00
Jimmy Appelt
a913f1d459
Added 3 compilebreakers on Todo Items
2015-11-06 19:44:52 +01:00
Jimmy Appelt
d3b6913690
Removed Task.FromResult where not needed
2015-11-06 19:31:20 +01:00
Jimmy Appelt
a6c3d33abc
Added Async Methods for Playlists/Profiles/Tracks
2015-11-06 19:21:30 +01:00
Jimmy Appelt
dca8d5e3de
Corrected all _builder method names until Playlists
2015-11-06 18:08:24 +01:00
Jimmy Appelt
9bb25a8160
Corrected syntax mistake in SaveTracksAsync method
2015-11-06 15:21:04 +01:00
Jimmy Appelt
ab05201bd2
Changed UploadData query to _builder
2015-11-06 15:15:14 +01:00
Jimmy Appelt
92e66ed4c3
Removed parameter checks
2015-11-06 14:57:20 +01:00
Jimmy Appelt
f182b5ea99
Added Async Methods for Search/Albums/Artists/Browse/Follow/Library
2015-11-06 14:36:08 +01:00
Johnny @PC
0dd94eaf41
Implemented Async-Structure.
2015-11-05 21:20:22 +01:00
Johnny Dellinger @PC
96bcb7bd36
Some more refactoring.
2015-10-28 17:05:09 +01:00
mrnikbobjeff
49441bba95
Formatted and beautified code via codemaid
...
Organised using statements alphabetically
2015-10-17 00:44:35 +02:00
mrnikbobjeff
10c8944e05
Replaced all occurances of checking whether a string is empty via str == "" with String.IsNullOrEmpty(str)
...
sealed StringAttribute because it is only contains text as attribute
sealed SpotifyWebAPI class as it implements IDisposable
Changed Exception catching where the Exception is not used to ignore the Exception object
Removed Console.WriteLine("Exception: " + e.Message) int HttpProcessor.Process as it is a library function which might not be used in a console application
2015-10-17 00:31:01 +02:00
Johnny Dellinger @PC
382fdef3fa
Added GetFollowedArtists + more inline documentation
2015-07-26 13:59:13 +02:00
Johnny Dellinger @PC
ede69d6380
Rearranged Web-API methods
2015-07-15 17:39:37 +02:00
Johnny Dellinger @PC
45c71544f9
Full Rewrite & Cleanup (New documentation follows)
2015-07-07 18:11:11 +02:00