Skip to content

jozr/tutum-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a Ruby wrapper for the Tutum API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages