Seiso::Connector

Gem Version Build Status Inline docs

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

  1. Fork it ( https://github.com/ExpediaDotCom/seiso-connector-ruby/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 a new Pull Request

Development

To build and install the gem locally:

$ rake install