No commit activity in last 3 years
No release in over 3 years
Wrapper for the ScaleEngine API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

ruby-scaleengine

A ruby client for the ScaleEngine Livestream Network API. www.scaleengine.com

Example

se = ScaleEngine.new
req = se.files.getstorage
resp = req.send

Install (Coming soon)

gem install ruby-scaleengine

Rails (Gemfile)

gem 'ruby-scaleengine'

API Controls

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

Sevu

Add Stream User

Command: sevu.addstreamuser

Attemps

Command: sevu.errorlog