fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

[tracking] Support Paginated Search Results #19

Open runpaint opened 15 years ago

runpaint commented 15 years ago

When API bug 1 is fixed, we should support paginated results for .find_all queries. The right way to do this is make .find_all an iterator that automatically fetches the next page as needed.