Project

tutum-api

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper for the Tutum API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.3.2
~> 3.1.0
~> 0.7.1

Runtime

~> 1.8.1
~> 1.7.2
 Project Readme

Build Status Gem Version

Please refer to tutumcloud/ruby-tutum for an up-to-date and maintained wrapper.

A Simple Ruby Wrapper for Tutum's API

This library implements Tutum's API. It was spawned from the ruby-tutum gem.

Installation

$ gem install tutum-api

##Configuration

In order to make requests, you must secure your username and API key.

  require 'tutum'
  session = Tutum.new(username, api_key)

##Testing

Testing locally is simple. Just bundle and run the tests.

$ bundle
$ rake

##Contributing

Documentation, feature requests, code, tests, and bug reports are welcomed.