adibaewa / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Page parameter is not supported in some API calls #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
API calls like getRecentTracks have a Page parameter, which works together with 
the Limit parameter and the totalPages response so that data can be retrieved 
in a per-page basis.

PyLast does not support this.

Original issue reported on code.google.com by emailoft...@gmail.com on 22 Sep 2010 at 8:41

GoogleCodeExporter commented 9 years ago
I've implemented a hack to not require a page parameter and instead you're 
supposed to supply only the limit parameter and it will try to get that much 
items even if it has to go through more than one page.

Original comment by amr.hassan on 5 Jan 2011 at 5:58