Sha256: 6c0ee3b03978ebf2ac0c4c5439a8af2bc56432cb01ded324445f51848138017a

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 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', timeout: 5)
ta.organisation.expire('foo.com')
```

## Copyright

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tokyo_api-1.6.0 README.md
tokyo_api-1.5.1 README.md
tokyo_api-1.5.0 README.md