Ruby client for Kenshoo API.
Add this line to your application's Gemfile:
gem 'kenshoo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kenshoo
client = Kenshoo::Client.new(username: 'username', password: 'password', ks_id: 1234)
client.list
- Fork it ( http://github.com/gozali/kenshoo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2015 Achmad Gozali. See LICENSE for details.