# 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