nikr / nbpy

Python interface to NationBuilder API
Apache License 2.0
2 stars 3 forks source link

Factor out pagination #9

Open nikr opened 10 years ago

nikr commented 10 years ago

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.