handler.js

Summary
handler.js
bbop.handlerThis package contains a “useable”, but utterly worthless reference implementation of a handler.
Functions
handlerPartial version for this library; revision (major/minor version numbers) information.
urlReturn a url string.

bbop.handler

This package contains a “useable”, but utterly worthless reference implementation of a handler.

Summary
Functions
handlerPartial version for this library; revision (major/minor version numbers) information.
urlReturn a url string.

Functions

handler

bbop.handler = function()

Partial version for this library; revision (major/minor version numbers) information.

Arguments

n/a

Returns

n/a

url

Return a url string.

Arguments

datathe incoming thing to be handled
namethe field name to be processed
context[optional] a string to add extra context to the call
fallback[optional] a fallback function to call in case nothing is found

Returns

null

bbop.handler = function()
Partial version for this library; revision (major/minor version numbers) information.
Close