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