# JazzHR Ruby interface to the [JazzHR API](http://www.resumatorapi.com/v1/). ## Installation Add this line to your application's Gemfile: ```ruby 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: ```ruby 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](https://opensource.org/licenses/MIT).