Sha256: b37ee854267335823169ee6c43161689a969f1dd2cc813124ecc5fc033c4d725

Contents?: true

Size: 666 Bytes

Versions: 1

Compression:

Stored size: 666 Bytes

Contents

# 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).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jazz_hr-0.1.2 README.md