Spotify.NET/SpotifyAPI/Web
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
..
Auth Update ImplicitGrantAuth.cs 2015-10-05 16:22:08 +02:00
Enums Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00
Models More models rearranged 2015-07-26 14:03:53 +02:00
IClient.cs Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00
SimpleHttpServer.cs Replaced all occurances of checking whether a string is empty via str == "" with String.IsNullOrEmpty(str) 2015-10-17 00:31:01 +02:00
SpotifyWebAPI.cs Replaced all occurances of checking whether a string is empty via str == "" with String.IsNullOrEmpty(str) 2015-10-17 00:31:01 +02:00
SpotifyWebClient.cs Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00
Util.cs Replaced all occurances of checking whether a string is empty via str == "" with String.IsNullOrEmpty(str) 2015-10-17 00:31:01 +02:00