Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
/ kenshoo Public archive

The Kenshoo public REST API Wrapper

License

Notifications You must be signed in to change notification settings

goz/kenshoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kenshoo (Alpha)

Ruby client for Kenshoo API.

Installation

Add this line to your application's Gemfile:

gem 'kenshoo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kenshoo

Usage Examples

Returns a list of all defined reports

client = Kenshoo::Client.new(username: 'username', password: 'password', ks_id: 1234)
client.list

Author

Achmad Gozali

Contributing

  1. Fork it ( http://github.com/gozali/kenshoo/fork )
  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

Copyright

Copyright (c) 2015 Achmad Gozali. See LICENSE for details.

About

The Kenshoo public REST API Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages