Jelastic
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.jelastic.dogado.eu/1.0/
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.