grnhse / greenhouse_io

Ruby API wrapper for Greenhouse.io API
MIT License
44 stars 46 forks source link

Adds application time options to PERMITTED_OPTIONS #29

Open duksis opened 6 years ago

duksis commented 6 years ago

Hello,

Please consider adding created_after, created_before and last_activity_after to permitted options.

Harvest api applications endpoint has very usefull options that allow you to be more specific about what kind of applications you want to retrieve and this can save the number of api calls, payload sizes and processing time. https://developers.greenhouse.io/harvest.html#get-list-applications

Thank you for the library @capablemonkey