grnhse / greenhouse_io

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

List of Job Stages #24

Open nickurban opened 8 years ago

nickurban commented 8 years ago

Is there a way to fetch the list of all job stages?

https://developers.greenhouse.io/harvest.html#list-job-stages

Currently we have to fetch them for one job at a time through this library, but doing a custom CURL, it seems to return all stages in one request no problem.