Update PROGRESS.md

This commit is contained in:
Rikki Tooley 2015-01-04 00:04:50 +00:00
parent 7920432d0a
commit 38cc23f575

View File

@ -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