You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out! @adrianbautista kindly transferred this repo over to Greenhouse, so we'll be maintaining this gem from now on. I'm taking a look at the active issues and pull requests now and In the coming weeks I'm planning to add better support for pagination and some new Harvest API endpoints which will likely require a major version bump.
To make pagination better, we can definitely use the Link response header which tells us what the URI of the next and last pages are.
Hi! I'm pulling down several pages of data, and currently having to do this:
It would be great to know the last page number, given some
per_page
value. Maybeclient.candidates.last_page(per_page: 500)
or whatnot.The text was updated successfully, but these errors were encountered: