Namespace: clbCollabApp

Description

clbCollabApp can be used to find and work with the registered HBP Collaboratory applications.

Function: list

list()
Return Promise:promise of the list of all applications

Function: getById

Retrieve an App instance from its id.

getById(id)
Arguments:
  • id (number) – the app id
Return Promise:

promise of an app instance

Function: findOne

findOne(params)
Arguments:
  • params (object) – query parameters
Return Promise:

promise of an App instance