ckan / ckanext-datastorer

Get files from ckan into the webstore.
21 stars 18 forks source link

Add paging to all packages API call #23

Closed stefanw closed 11 years ago

stefanw commented 11 years ago

A server timeout is very likely for the current_package_list_with_resources API call that gets all packages with no paging.

This introduces paging with a limit of 50 packages per page. And it's wrapped in a neat generator.