Sha256: cf42469b974e9f3be46caf7a551db6f0889842d7a7c2b60ab5558937999825d9
Contents?: true
Size: 434 Bytes
Versions: 11
Compression:
Stored size: 434 Bytes
Contents
# tokyo_api A ruby gem for communicating with ControlShift's Tokyo API. [![Build Status](https://travis-ci.org/controlshift/tokyo_api.svg)](https://travis-ci.org/controlshift/tokyo_api) ## Usage ```ruby ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http') ta.organisation.expire('foo.com') ``` ## Copyright Copyright (c) 2013 Nathan Woodhull. See LICENSE.txt for further details.
Version data entries
11 entries across 11 versions & 1 rubygems