/jelastic

Ruby wrapper for Jelastic API

Primary LanguageRubyMIT LicenseMIT

Archived

This project's support has been ceased. No future fixes or features are planned.

Jelastic

Gem Version Build Status Code Climate Coverage Status

A Ruby wrapper for Jelastic API.

Installation

Add this line to your application's Gemfile:

gem 'jelastic'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jelastic

Configuration

client = Jelastic::Client.new do |config|
  config.login    = 'LOGIN'
  config.password = 'PASSWORD'
  config.api_url  = 'API URL HOST PROVIDER' # e.g. https://app.j.layershift.co.uk/1.0/
  # add unique id to have multiple connections from the same ip
  config.user_agent  = nil # e.g. Task1-UniqueID1
end

Usage

TODO: Write usage instructions here

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/visualitypl/jelastic.

Copyright

Copyright (c) 2016 Visuality. See LICENSE for details.