From 38cc23f57586e5424d2e2d4c9fb83d08b47c49cb Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Sun, 4 Jan 2015 00:04:50 +0000 Subject: [PATCH] Update PROGRESS.md --- PROGRESS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PROGRESS.md b/PROGRESS.md index 7b46411..8c030be 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1,4 +1,4 @@ -# Api Progress ![Progress](http://progressed.io/bar/22) +# Api Progress ![Progress](http://progressed.io/bar/24) 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](https://github.com/inflatablefriends/lastfm/tree/master/src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on 22 December 2014 23:37 +This list is generated by the [ProgressReport](https://github.com/inflatablefriends/lastfm/tree/master/src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on 04 January 2015 00:04 ## Album - [album.getInfo](http://www.last.fm/api/show/album.getInfo) @@ -134,8 +134,10 @@ This list is generated by the [ProgressReport](https://github.com/inflatablefrie - [track.getShouts](http://www.last.fm/api/show/track.getShouts) - [track.getSimilar](http://www.last.fm/api/show/track.getSimilar) - [track.love](http://www.last.fm/api/show/track.love) +- [track.scrobble](http://www.last.fm/api/show/track.scrobble) - [track.search](http://www.last.fm/api/show/track.search) - [track.unlove](http://www.last.fm/api/show/track.unlove) +- [track.updateNowPlaying](http://www.last.fm/api/show/track.updateNowPlaying) - ~~[track.addTags](http://www.last.fm/api/show/track.addTags)~~ - ~~[track.ban](http://www.last.fm/api/show/track.ban)~~ - ~~[track.getBuylinks](http://www.last.fm/api/show/track.getBuylinks)~~ @@ -145,10 +147,8 @@ This list is generated by the [ProgressReport](https://github.com/inflatablefrie - ~~[track.getTopFans](http://www.last.fm/api/show/track.getTopFans)~~ - ~~[track.getTopTags](http://www.last.fm/api/show/track.getTopTags)~~ - ~~[track.removeTag](http://www.last.fm/api/show/track.removeTag)~~ -- ~~[track.scrobble](http://www.last.fm/api/show/track.scrobble)~~ - ~~[track.share](http://www.last.fm/api/show/track.share)~~ - ~~[track.unban](http://www.last.fm/api/show/track.unban)~~ -- ~~[track.updateNowPlaying](http://www.last.fm/api/show/track.updateNowPlaying)~~ - _track.shout_ * ## User