YetisNode

  node = YetisNode::Client.new('http://10.10.10.10:8090')
  <YetisNode::Client:0x007f9d8b8b46f8 @uri="http://10.10.10.10:8090", @options={}>
  node.calls_count
  => "10"

Installation

Add this line to your application's Gemfile:

gem 'yetis_node'

And then execute:

$ bundle

Or install it yourself as:

$ gem install yetis_node

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/yetis_node/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