grnhse / greenhouse_io

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

add support for creating notes using Harvest API #18

Closed jleven closed 8 years ago

jleven commented 8 years ago

Usage:

client.create_note( candidate_id,
                    { user_id: user_id, body: "my message", visibility: "public" },
                    on_behalf_of )
capablemonkey commented 8 years ago

Thanks so much for the contribution, @jleven! Merged and will deploy a new version of the gem later today.