Project

jelastic

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for Jelastic API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.12
~> 10.0
~> 3.5
 Project Readme

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.