View on GitHub

The softlayer_api Gem

A Ruby library that assists in calling the SoftLayer API

Download this project as a .zip file Download this project as a tar.gz file

Gem Version Build Status Coverage Status

SoftLayer API for Ruby

The softlayer-ruby project creates a Ruby Gem which provides language bindings to the SoftLayer API for the Ruby programming language.

The heart of the project a foundation layer (represented by the Client and Service classes) that allows SoftLayer customers to make direct calls to the SoftLayer API. The Gem also builds a object heirarchy on top of that foundation which provides an abstract model which insulates scripts from direct dependency on the low-level details of the SoftLayer API.

More comprehensive documentation on using the softlayer_api Gem, and contributing to the project, may be found in the documentation.

Documentation

Documentation for the project is available here: softlayer_api documentation

Author

This software is written by the SoftLayer Development Team sldn@softlayer.com.

Please join us in the SoftLayer Developer Network forums

Copyright and License

The softlayer_api Ruby Gem and it's source files are Copyright © 2010-2014 SoftLayer Technologies, Inc. The software is provided under an MIT license. Details of that license can be found in the embedded LICENSE.md file.

Warranty

This software is provided “as is” and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.