Commit Graph

15 Commits

Author SHA1 Message Date
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
e5e57c3020 Removed infinite loop in dispose call
Imporved spelling in new commits
2015-10-21 13:18:57 +02: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
Jonas Dellinger
f09c52a60c Update ImplicitGrantAuth.cs
fixed spelling mistake
2015-10-05 16:22:08 +02:00
Johnny Dellinger @PC
006f085c4b Fixed HTTP-Server, it's now throwing exceptions. (Closes #38) 2015-10-01 17:31:42 +02:00
Johnny Dellinger @PC
d8e3238f09 Made port variable and adapted example to use port 8000 2015-09-08 15:35:07 +02:00
Johnny Dellinger @PC
214484a7c0 More models rearranged 2015-07-26 14:03:53 +02:00
Johnny Dellinger @PC
b0f687c994 Rearranged models 2015-07-26 14:02:22 +02:00
Johnny Dellinger @PC
d36a3f3fd9 Addition to last commit + Added snapshot_id to SimplePlaylist 2015-07-26 14:00:17 +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