Skip to content

mistoo/kbremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published