ProjectAPI

ProjectAPI

API for the Project entities, which represent a client's project. The project also has a Person responsible for its management.

Constructor

new ProjectAPI()

Source:

Methods

(async, static) listProjects(options) → {Promise}

Returns all projects in the registry.
Source:
Parameters:
Name Type Description
options Object An object of options to configure the query and its results.
Returns:
Type:
Promise
The project result list.