tokyo_api

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

Requirements

  • Ruby 3.3, 3.4, or 4.0
  • Faraday ~> 2.0

CI Status

Usage

ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http', timeout: 5)
ta.organisation.expire('foo.com')

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