dotLastFm is simple .NET wrapper for last.fm API.
- [Album.getInfo] (http://www.last.fm/api/show?service=290)
- [Album.getTopTags] (http://www.last.fm/api/show?service=438)
- [Artist.getInfo] (http://www.last.fm/api/show?service=267)
- [Artist.getTopTags] (http://www.last.fm/api/show?service=288)
- [Tag.getInfo] (http://www.last.fm/api/show?service=452)
- [Tag.getSimilar] (http://www.last.fm/api/show?service=311)
- [Tag.getTopTags] (http://www.last.fm/api/show?service=276)
- [Tag.getTopAlbums] (http://www.last.fm/api/show?service=283)
- [Tag.getTopArtists] (http://www.last.fm/api/show?service=284)
- [Tag.getTopTracks] (http://www.last.fm/api/show?service=285)
- [Track.getInfo] (http://www.last.fm/api/show?service=356)
- [Track.getTopTags] (http://www.last.fm/api/show?service=289)
- [Track.getSimilar] (http://www.last.fm/api/show?service=319)
This project is using:
- RestSharp library: https://github.com/topas/RestSharp
- xUnit testing library: http://xunit.codeplex.com/
- Psake build automation tool: https://github.com/JamesKovacs/psake
- StyleCop source analyzer: http://stylecop.codeplex.com/
- .NET Framework 4.0
- PowerShell for running Psake
Project is released under BSD license.