mistoo / kbremote

Kiosk Browser Remote API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kbremote

kbremote is a Kiosk Browser Remote API client for Ruby.

Installation

gem install kbremote

Usage

api = KbRemote::API.new(key: "YOUR_KB_API_KEY", secret: "YOUR_KB_API_SECRET")
device = api.devices.first
api.patch_device(device[:id], name: device[:name] + ' AAA')

License

The gem is available as open source under the terms of the MIT License.

About

Kiosk Browser Remote API client

License:MIT License


Languages

Language:Ruby 99.2%Language:Shell 0.8%