IF.Lastfm/IF.Lastfm.Core/Api
2013-07-24 00:11:58 +01:00
..
Commands Tidied up command framework. 2013-07-24 00:11:57 +01:00
Enums "Handle" api errors by throwing LastFmApiException 2013-06-13 21:30:18 +01:00
Helpers 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
AlbumApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
ArtistApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
Auth.cs Allow loading an existing session into an IAuth (create a UserSession, pass it in) 2013-06-23 23:58:42 +01:00
IAlbumApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
IArtistApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
IAuth.cs Allow loading an existing session into an IAuth (create a UserSession, pass it in) 2013-06-23 23:58:42 +01:00
ITrackApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
IUserApi.cs user.getRecentStations now uses the new PostAsyncCommand pattern 2013-07-24 00:11:57 +01:00
Scrobble.cs Scrobble method! 2013-06-14 16:19:26 +01:00
TrackApi.cs Removed methods using mbids. They weren't implemented anyway and last.fm doesn't use them reliably (see http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2210879) 2013-07-24 00:11:58 +01:00
UserApi.cs user.getRecentStations now uses the new PostAsyncCommand pattern 2013-07-24 00:11:57 +01:00