Project

recruitee

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Unofficial Recruitee API SDK for Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.14.0
~> 0.13.1
~> 13.0.1
~> 3.10.0
~> 1.3.0
~> 0.19.1
~> 3.10.0

Runtime

 Project Readme

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request