grnhse / greenhouse_io

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

Add ability to create or delete candidates #44

Open panozzaj opened 3 years ago

panozzaj commented 3 years ago

Hi, thanks for creating this repo, we've found it to be useful for interacting with the Greenhouse API.

This PR is for your consideration. It adds support for the following API endpoints:

This also adds some more verbosity to error messages and implements a method for PATCH (currently unused, but various endpoints use this method).

What do you think about these changes? Thanks!

panozzaj commented 3 years ago

Looks like this might be an extension of #32