Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 494 Bytes

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

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