ringo.js

Summary
ringo.js
bbop.rest.manager.ringoRingoJS BBOP manager for dealing with remote calls.
Functions
ringoContructor for the REST query manager; RingoJS-style.
updateSee the documentation in <bbop.rest.manager.js> on update to get more of the story.

bbop.rest.manager.ringo

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

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

Summary
Functions
ringoContructor for the REST query manager; RingoJS-style.
updateSee the documentation in <bbop.rest.manager.js> on update to get more of the story.

Functions

ringo

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

Contructor for the REST query manager; RingoJS-style.

Be aware that this version is a synchronous call.  Also be aware that this assumes we’re in a ringo environment so that the require for commonjs is around.

Arguments

response_handler

Returns

REST manager object

See also

bbop.rest.manager

update

bbop.rest.manager.ringo.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 RingoJS.

Parameters

callback_typecallback type string

Returns

the query url (with any RingoJS specific parameters)

Also see

<get_query_url>

bbop.rest.manager.ringo = function(response_handler)
Contructor for the REST query manager; RingoJS-style.
bbop.rest.manager.ringo.prototype.update = function(callback_type)
See the documentation in bbop.rest.manager.js on update to get more of the story.
Generic BBOP manager for dealing with basic generic REST calls.
Close