kinyerakenneth / lastfm-java

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

Update getEvents methods with pagination and festivalsonly parameter #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Introduce pagination for the following methods:
http://www.last.fm/api/show/user.getEvents
http://www.last.fm/api/show/artist.getEvents
(change return type to PaginatedResult<Event>)

Also add festivalsonly parameter for those methods as well as:
http://www.last.fm/api/show/venue.getEvents

Original issue reported on code.google.com by jannikov...@gmail.com on 18 Jan 2012 at 7:54

GoogleCodeExporter commented 9 years ago

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