grnhse / greenhouse_io

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

Add base64 encoded api_token as basic auth header to JobBoard#apply_to_job method #31

Open MrISH opened 6 years ago

MrISH commented 6 years ago

POST requests to Job Applications endpoint require api_token to be base64 encoded, and Content-Type to be set as 'application/json'. Being able to run specs required updating webmock version and codeclimate ruby-test-reporter config.

Ryman commented 6 years ago

@capablemonkey can somebody at Greenhouse review this?