tokyo_api

A ruby gem for communicating with ControlShift's Tokyo API.

CI Status

Usage

ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http', timeout: 5)
ta.organisation.expire('foo.com')

Copyright (c) 2013 Nathan Woodhull. See LICENSE.txt for further details.