Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.08 KB

gem package -- machine_time_client

Ruby library to connect machine_time object and machine-gazer's RESTful web service.

Description

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.

Dependency

Ruby 2.5, 2.6, or 2.7.

Installation

Add this line to your application's Gemfile:

gem 'machine_time_client'

And then execute:

$ bundle

Commands

No command is installed by this gem.

Usage

See specfile to tell how to call Ruby API.