Commit Graph

18 Commits

Author SHA1 Message Date
Rikki Tooley
73e1831986 user.shout, artist.shout.
the api doesn't have album.shout and track.shout but i made commands for
them anyway, not put them in AlbumApi or TrackApi though.
2013-07-30 00:36:55 +01:00
Rikki Tooley
2235ba0753 album.getinfo, album.getshouts, artist.getshouts, user.getinfo, user.getshouts 2013-07-29 03:47:59 +01:00
Rikki Tooley
718710d200 PostCommands don't need encoded parameters 2013-07-27 16:18:33 +01:00
Rikki Tooley
b610e5488d Another fix for #2 2013-07-25 17:48:48 +01:00
Rikki Tooley
59f2654f11 Fixes #3: Escaping parameters on existing commands
Simple as Uri.EscapeDataString()
2013-07-25 00:07:37 +01:00
Rikki Tooley
f342bd0757 artist.getShouts 2013-07-24 07:59:07 +01:00
Rikki Tooley
bf87dd9dba Workaround for HttpClient's caching
See
http://stackoverflow.com/questions/6334788/windows-phone-7-webrequest-caching
2013-07-24 01:48:55 +01:00
Rikki Tooley
83b816b3a2 track.love and track.unlove.
Also tidied the postcommands a bit.
2013-07-24 01:14:22 +01:00
Rikki Tooley
3eb12180a3 Fixes none of the getcommands working...
should really unit test this stuff
2013-07-24 01:09:33 +01:00
Rikki Tooley
92aec324ef Tidied up command framework. 2013-07-24 00:11:57 +01:00
Rikki Tooley
5134b6c2cc user.getRecentStations now uses the new PostAsyncCommand pattern 2013-07-24 00:11:57 +01:00
Rikki Tooley
3565a10387 track.getInfo. Also fixes #2 (track.getShouts failing for single shout, added properties to PageResponse to help) 2013-07-23 15:42:10 +01:00
Rikki Tooley
6cc8e916e6 Handle when there's no comments on the track 2013-07-09 00:12:05 +01:00
Rikki Tooley
1e18e999bf GetShoutsCommand 2013-07-07 16:16:54 +01:00
Rikki Tooley
1cb3974f20 Get artist info command 2013-07-02 00:20:43 +01:00
Rikki Tooley
0b44ed584e TrackApi: Return image uris and timeplayed with tracks 2013-07-02 00:20:42 +01:00
Rikki Tooley
d65005d951 RecentScrobblesCommand: Handling for null date 2013-06-26 23:36:41 +01:00
Rikki Tooley
6ee13480cc Moving stuff to commands 2013-06-23 20:10:57 +01:00