Seiso::Connector
Seiso connector for Ruby clients.
Note that this gem is a bit of a mess right now. We're moving toward using a more generic REST connector (standard verbs, identify resources with URIs, etc.) instead of having method like getServices(), getServiceInstance(key), etc. So please pay attention to deprecation notices.
Installation
Add this line to your application's Gemfile:
gem 'seiso-connector'
And then execute:
$ bundle
Or install it yourself as:
$ gem install seiso-connector
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/ExpediaDotCom/seiso-connector-ruby/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 a new Pull Request
Development
To build and install the gem locally:
$ rake install