Update PROGRESS.md, 27%

This commit is contained in:
Rikki Tooley 2015-04-05 01:04:49 +01:00
parent e3139e98bd
commit 7207d05b3d
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Api Progress ![Progress](http://progressed.io/bar/26)
# Api Progress ![Progress](http://progressed.io/bar/27)
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 04 January 2015 03:55
This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on 05 April 2015 00:02
## Album
- [album.getInfo](http://www.last.fm/api/show/album.getInfo)
@ -90,6 +90,8 @@ This list is generated by the [ProgressReport](https://github.com/inflatablefrie
## Library
- [library.getTracks](http://www.last.fm/api/show/library.getTracks)
- [library.removeScrobble](http://www.last.fm/api/show/library.removeScrobble)
- [library.removeTrack](http://www.last.fm/api/show/library.removeTrack)
- ~~[library.addAlbum](http://www.last.fm/api/show/library.addAlbum)~~
- ~~[library.addArtist](http://www.last.fm/api/show/library.addArtist)~~
- ~~[library.addTrack](http://www.last.fm/api/show/library.addTrack)~~
@ -97,8 +99,6 @@ This list is generated by the [ProgressReport](https://github.com/inflatablefrie
- ~~[library.getArtists](http://www.last.fm/api/show/library.getArtists)~~
- ~~[library.removeAlbum](http://www.last.fm/api/show/library.removeAlbum)~~
- ~~[library.removeArtist](http://www.last.fm/api/show/library.removeArtist)~~
- ~~[library.removeScrobble](http://www.last.fm/api/show/library.removeScrobble)~~
- ~~[library.removeTrack](http://www.last.fm/api/show/library.removeTrack)~~
## Playlist

View File

@ -24,7 +24,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 {1}
This list is generated by the [ProgressReport](src/IF.Lastfm.ProgressReport) tool in the solution. Last updated on {1}
";
#region Scrape