Sha256: 5b1bb82ed09c3a7c6dd4ca37d14d2713c52716df3ca15ea6d5a1224ab930d85d

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

# Impas::Client

TODO: Write a gem description

## Synopsys

```ruby
require 'impas-client'
client = Impas::Client.new({
  api_url:"http://local.impas-hideack.sqale.jp/",
  op_key:"4109b1be1e6a08b9f0b7ef2fa84c3e20"
})

client.add_group "foobar"  # 集計グループ追加
client.groups              # 登録中のグループ一覧取得

```

## Installation

Add this line to your application's Gemfile:

    gem 'impas-client'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install impas-client

## Usage

TODO: Write usage instructions here

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
impas-client-0.0.2 README.md