Project

tokyo_api

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Tokyo is a CRM middleware, this gem helps apps talk to it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.