JazzHR

Ruby interface to the JazzHR API.

Installation

Add this line to your application's Gemfile:

gem 'jazz_hr'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jazz_hr

Usage

Still fleshing this out... At the moment, a basic client can be invoked with the following:

  client = JazzHR::Client.new(api_key: "my-valid-api-key")

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mconnell/jazz_hr.

License

The gem is available as open source under the terms of the MIT License.