rhino.js

Summary
rhino.js
bbop.rest.manager.rhinoRhino BBOP manager for dealing with remote calls.
Functions
rhinoContructor for the REST query manager; Rhino-style.
updateSee the documentation in <bbop/rest/manager.js> on update to get more of the story.
fetchThis is the synchronous data getter for Rhino--probably your best bet right now for scripting.

bbop.rest.manager.rhino

Rhino BBOP manager for dealing with remote calls.  Remember, this is actually a “subclass” of bbop.rest.manager.

This is a very simple subclass that does not get into the messiness of errors and codes since we’re using the trivial readURL method.

TODO/BUG: Does not handle “error” besides giving an “empty” response.

Summary
Functions
rhinoContructor for the REST query manager; Rhino-style.
updateSee the documentation in <bbop/rest/manager.js> on update to get more of the story.
fetchThis is the synchronous data getter for Rhino--probably your best bet right now for scripting.

Functions

rhino

bbop.rest.manager.rhino = function(response_handler)

Contructor for the REST query manager; Rhino-style.

Be aware that this version is a synchronous call.

Arguments

response_handler

Returns

REST manager object

See also

bbop.rest.manager

update

bbop.rest.manager.rhino.prototype.update = function(callback_type)

See the documentation in <bbop/rest/manager.js> on update to get more of the story.  This override function adds functionality to Rhino.

Parameters

callback_typecallback type string

Returns

the query url (with any Rhino specific paramteters)

Also see

fetch

fetch

bbop.rest.manager.rhino.prototype.fetch = function(url,
payload)

This is the synchronous data getter for Rhino--probably your best bet right now for scripting.

Parameters

n/a

Returns

a bbop.rest.response (or subclass) or null

Also see

update

bbop.rest.manager.rhino = function(response_handler)
Contructor for the REST query manager; Rhino-style.
bbop.rest.manager.rhino.prototype.update = function(callback_type)
See the documentation in bbop/rest/manager.js on update to get more of the story.
bbop.rest.manager.rhino.prototype.fetch = function(url,
payload)
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
Generic BBOP manager for dealing with basic generic REST calls.
Generic BBOP handler for dealing with the gross parsing of responses from a REST server.
Close