recruitee-ruby
An unofficial client for the Recruitee Private API.
Installation
Add this line to your application's Gemfile:
gem 'recruitee'
And then execute:
$ bundle
Or install it yourself:
$ gem install recruitee
Setup
Create an instance of the client with your company ID and API token. These can be found under Personal API tokens under the "Apps and plugins" section of your settings.
If you're using Rails, create an initializer config/initializers/recruitee.rb
:
$recruitee = Recruitee::Client.new("COMPANY_ID", "API_TOKEN")
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request