Ruby library to connect machine_time
object and machine-gazer's
RESTful web service.
Ruby package to connect machine_time
object and machine-gazer's
RESTful web service. A client for interacting with a machine-gazer by rails project -- machine_time
by REST. The machine-gazer REST API follows the Rails's RESTful
conventions, so this gem uses ActiveResource to interact with the
machine-gazer REST API. This gem allows Ruby developers to
programmatically access the API and provides some useful functions to
manage machine_time
object on the machine-gazer programmatically.
See gem package -- godigo that refers to this package.
Ruby 2.5, 2.6, or 2.7.
Add this line to your application's Gemfile:
gem 'machine_time_client'
And then execute:
$ bundle
No command is installed by this gem.
See specfile to tell how to call Ruby API.