https://github.com/softlayer/softlayer-ruby
http://softlayer.github.io/softlayer-ruby/
https://github.com/softlayer/softlayer-ruby
Last synced: 6 months ago
JSON representation
http://softlayer.github.io/softlayer-ruby/
- Host: GitHub
- URL: https://github.com/softlayer/softlayer-ruby
- Owner: softlayer
- License: mit
- Created: 2010-07-20T22:07:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T20:48:24.000Z (almost 8 years ago)
- Last Synced: 2025-08-17T10:42:31.862Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 1.77 MB
- Stars: 53
- Watchers: 25
- Forks: 35
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.textile
- License: LICENSE.md
Awesome Lists containing this project
README
[](http://badge.fury.io/rb/softlayer_api)
[](https://travis-ci.org/SLsthompson/softlayer-ruby)
[](https://coveralls.io/r/SLsthompson/softlayer-ruby?branch=master)
# SoftLayer API for Ruby
The softlayer-ruby project creates a [Ruby Gem](http://rubygems.org/gems/softlayer_api) which provides language bindings to the [SoftLayer API](http://sldn.softlayer.com/article/The_SoftLayer_API) for the [Ruby](http://www.ruby-lang.org) 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 by cloning this project and generating the documentation.
## Generating Documentation
Once you have cloned the project, from the main project directory you can generate documentation by installing the bundle and using `rake`:
$ cd softlayer-ruby
$ bundle install
$ bundle exec rake rdoc
This will create a new folder named `doc` inside of the project source and populate it with project documentation. You may then open the documentation file `doc/index.html` in your browser to begin exploring the documentation.
## Author
This software is written by the SoftLayer Development Team [sldn@softlayer.com](mailto:sldn@softlayer.com).
Please join us at [Stack Overflow](https://stackoverflow.com/). Stack Overflow Best Practices Tip: Tag your posts with “SoftLayer” so our team can easily find your post.
# Contributer License Agreement
Contributions to the softlayer-ruby project require the submission of a contributer license agreement. Please generate the documentation and carefully refer to the Contribution Guide to participate.
# Copyright and License
The `softlayer_api` Ruby Gem and it's source files are Copyright © 2010-2014 [SoftLayer Technologies, Inc](http://www.softlayer.com/). 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.