kinyerakenneth / lastfm-java

Automatically exported from code.google.com/p/lastfm-java
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Patch: Adds missing options (festivalsonly, autocorrect, etc) #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch adds several parameters to current bindings as defined in lastfm's 
api documentation.

- MBID is refactored as an extra parameter
- Non-authenticated queries where applicable (*.getInfo e.g.)
- Autocorrect is added where documented
- festivalsonly is added where documented
- Locale is added where documented
- New paginated method for [user|artist].getEvent

Old methods are left as deprecated delegates.

Original issue reported on code.google.com by raimorad...@googlemail.com on 21 Jan 2012 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
partly applied, thanks

Original comment by jannikov...@gmail.com on 10 Feb 2012 at 9:27