A ruby client for the ScaleEngine Livestream Network API. www.scaleengine.com
se = ScaleEngine.new
req = se.files.getstorage
resp = req.send
gem install ruby-scaleengine
Rails (Gemfile)
gem 'ruby-scaleengine'
The ScaleEngine API is organized such that all requests go to a single endpoint, and the type of request (ie sevu.addstreamuser) is a request parameter. So this client library is designed around the request command.
All request types are found in the official documentation Docs
Command: sevu.addstreamuser
Command: sevu.errorlog