Tokyo is a CRM middleware, this gem helps apps talk to it.


License
MIT
Install
gem install tokyo_api -v 1.6.0

Documentation

tokyo_api

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

Build Status

Usage

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.