Lots of queries have pagination, that is, the results are returned in pages of 1<pages<=100.
This should be put into a separate function that takes the get_xx_page function that is normally used at the moment as an argument. Maybe make it a decorator.
Lots of queries have pagination, that is, the results are returned in pages of 1<pages<=100.
This should be put into a separate function that takes the get_xx_page function that is normally used at the moment as an argument. Maybe make it a decorator.