Commit Graph

17 Commits

Author SHA1 Message Date
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