rhino.js | |
bbop. | Rhino BBOP manager for dealing with remote calls. |
Functions | |
rhino | Contructor for the REST query manager; Rhino-style. |
update | See the documentation in <bbop/rest/manager.js> on update to get more of the story. |
fetch | This is the synchronous data getter for Rhino--probably your best bet right now for scripting. |
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.
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.
callback_type | callback type string |
the query url (with any Rhino specific paramteters)
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.
n/a
a bbop.rest.response (or subclass) or null
Contructor for the REST query manager; Rhino-style.
bbop.rest.manager.rhino = function( response_handler )
See the documentation in bbop/rest/manager.js on update to get more of the story.
bbop.rest.manager.rhino.prototype.update = function( callback_type )
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
bbop.rest.manager.rhino.prototype.fetch = function( url, payload )