Commit Graph

9 Commits

Author SHA1 Message Date
Qwx
cdceb6a57a Fixed Util ToUnixTimeMillisecondsPoly() to return long, since the timestamp cannot have decimal point. 2018-04-01 18:56:47 +03:00
Jonas Dellinger
4b40a1b477 Fixed DateTime to timestamp int --> double 2018-02-20 20:47:40 +01:00
Jonas Dellinger
2543ed2f2f Added new player endpoints 2017-05-31 17:31:41 +02:00
Jonas Dellinger
3ebb446745 Added new endpoint "recently played" 2017-03-02 22:28:55 +01:00
Johnny @PC
adeac7b409 Simplified String -> string 2016-03-31 12:08:23 +02:00
Vijay Santhanam
380c6e4c6f Use separator when joining string attributes 2015-12-07 23:30:00 +11: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
45c71544f9 Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00