ringo.js | |
bbop. | RingoJS BBOP manager for dealing with remote calls. |
Functions | |
ringo | Contructor for the REST query manager; RingoJS-style. |
update | See the documentation in <bbop.rest.manager.js> on update to get more of the story. |
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.
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.
response_handler
REST manager object
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.
callback_type | callback type string |
the query url (with any RingoJS specific parameters)
<get_query_url>
Contructor for the REST query manager; RingoJS-style.
bbop.rest.manager.ringo = function( response_handler )
See the documentation in bbop.rest.manager.js on update to get more of the story.
bbop.rest.manager.ringo.prototype.update = function( callback_type )