diff --git a/PROGRESS.md b/PROGRESS.md index f4d2206..7504833 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1,4 +1,4 @@ -# Api Progress ![Progress](http://progressed.io/bar/28) +# Api Progress ![Progress](http://progressed.io/bar/30) These are all the Last.fm API methods currently available. @@ -6,7 +6,7 @@ These are all the Last.fm API methods currently available. - Methods ~~marked with strikethrough~~ aren't currently implemented. Pull requests are welcome! - Methods _marked with an asterisk *_ aren't listed on [the Last.fm documentation](http://www.last.fm/api), so they might not work! -This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on Sunday, 21 June 2015 17:53 +This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on Wednesday, 08 July 2015 11:39 ## Album - [album.getInfo](http://www.last.fm/api/show/album.getInfo) @@ -113,11 +113,11 @@ This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) too ## Tag +- [tag.getInfo](http://www.last.fm/api/show/tag.getInfo) - [tag.getSimilar](http://www.last.fm/api/show/tag.getSimilar) -- ~~[tag.getInfo](http://www.last.fm/api/show/tag.getInfo)~~ +- [tag.getTopTags](http://www.last.fm/api/show/tag.getTopTags) - ~~[tag.getTopAlbums](http://www.last.fm/api/show/tag.getTopAlbums)~~ - ~~[tag.getTopArtists](http://www.last.fm/api/show/tag.getTopArtists)~~ -- ~~[tag.getTopTags](http://www.last.fm/api/show/tag.getTopTags)~~ - ~~[tag.getTopTracks](http://www.last.fm/api/show/tag.getTopTracks)~~ - ~~[tag.getWeeklyArtistChart](http://www.last.fm/api/show/tag.getWeeklyArtistChart)~~ - ~~[tag.getWeeklyChartList](http://www.last.fm/api/show/tag.getWeeklyChartList)~~ @@ -159,6 +159,7 @@ This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) too - [user.getRecommendedArtists](http://www.last.fm/api/show/user.getRecommendedArtists) - [user.getShouts](http://www.last.fm/api/show/user.getShouts) - [user.getTopAlbums](http://www.last.fm/api/show/user.getTopAlbums) +- [user.getTopArtists](http://www.last.fm/api/show/user.getTopArtists) - [user.shout](http://www.last.fm/api/show/user.shout) - ~~[user.getArtistTracks](http://www.last.fm/api/show/user.getArtistTracks)~~ - ~~[user.getBannedTracks](http://www.last.fm/api/show/user.getBannedTracks)~~ @@ -171,7 +172,6 @@ This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) too - ~~[user.getPersonalTags](http://www.last.fm/api/show/user.getPersonalTags)~~ - ~~[user.getPlaylists](http://www.last.fm/api/show/user.getPlaylists)~~ - ~~[user.getRecommendedEvents](http://www.last.fm/api/show/user.getRecommendedEvents)~~ -- ~~[user.getTopArtists](http://www.last.fm/api/show/user.getTopArtists)~~ - ~~[user.getTopTags](http://www.last.fm/api/show/user.getTopTags)~~ - ~~[user.getTopTracks](http://www.last.fm/api/show/user.getTopTracks)~~ - ~~[user.getWeeklyAlbumChart](http://www.last.fm/api/show/user.getWeeklyAlbumChart)~~