Project

jazz_hr

0.0
No release in over 3 years
Low commit activity in last 3 years
Ruby interface for the JazzHR api.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0
~> 5.0.0
~> 3.7.6
 Project Readme

JazzHR

Ruby interface to the JazzHR API.

Installation

This gem can be found on RubyGems.org

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:

  # Instanciate a client object using your JazzHR API key
  client = JazzHR::Client.new(api_key: "my-valid-api-key")

  # Find a specific job by ID
  JazzHR::Job.find(client: client, id: "job_id_abc123")

  # Search all jobs
  JazzHR::Job.search(client: client)

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.