Update PROGRESS.md, 30%!

This commit is contained in:
Rikki Tooley 2015-07-08 12:41:07 +01:00
parent 05a4c894c5
commit 139470d809

View File

@ -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. 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 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! - 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
- [album.getInfo](http://www.last.fm/api/show/album.getInfo) - [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
- [tag.getInfo](http://www.last.fm/api/show/tag.getInfo)
- [tag.getSimilar](http://www.last.fm/api/show/tag.getSimilar) - [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.getTopAlbums](http://www.last.fm/api/show/tag.getTopAlbums)~~
- ~~[tag.getTopArtists](http://www.last.fm/api/show/tag.getTopArtists)~~ - ~~[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.getTopTracks](http://www.last.fm/api/show/tag.getTopTracks)~~
- ~~[tag.getWeeklyArtistChart](http://www.last.fm/api/show/tag.getWeeklyArtistChart)~~ - ~~[tag.getWeeklyArtistChart](http://www.last.fm/api/show/tag.getWeeklyArtistChart)~~
- ~~[tag.getWeeklyChartList](http://www.last.fm/api/show/tag.getWeeklyChartList)~~ - ~~[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.getRecommendedArtists](http://www.last.fm/api/show/user.getRecommendedArtists)
- [user.getShouts](http://www.last.fm/api/show/user.getShouts) - [user.getShouts](http://www.last.fm/api/show/user.getShouts)
- [user.getTopAlbums](http://www.last.fm/api/show/user.getTopAlbums) - [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.shout](http://www.last.fm/api/show/user.shout)
- ~~[user.getArtistTracks](http://www.last.fm/api/show/user.getArtistTracks)~~ - ~~[user.getArtistTracks](http://www.last.fm/api/show/user.getArtistTracks)~~
- ~~[user.getBannedTracks](http://www.last.fm/api/show/user.getBannedTracks)~~ - ~~[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.getPersonalTags](http://www.last.fm/api/show/user.getPersonalTags)~~
- ~~[user.getPlaylists](http://www.last.fm/api/show/user.getPlaylists)~~ - ~~[user.getPlaylists](http://www.last.fm/api/show/user.getPlaylists)~~
- ~~[user.getRecommendedEvents](http://www.last.fm/api/show/user.getRecommendedEvents)~~ - ~~[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.getTopTags](http://www.last.fm/api/show/user.getTopTags)~~
- ~~[user.getTopTracks](http://www.last.fm/api/show/user.getTopTracks)~~ - ~~[user.getTopTracks](http://www.last.fm/api/show/user.getTopTracks)~~
- ~~[user.getWeeklyAlbumChart](http://www.last.fm/api/show/user.getWeeklyAlbumChart)~~ - ~~[user.getWeeklyAlbumChart](http://www.last.fm/api/show/user.getWeeklyAlbumChart)~~