Home > @uniformdev/canvas > ProjectClient

ProjectClient class

Signature:

Extends: ApiClient

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the <code>ProjectClient</code> class

Methods

MethodModifiersDescription
delete(body)Deletes a Project
get(options)Fetches single Project
getProjects(options)Fetches projects grouped by team. When teamId is provided, returns a single team with its projects. When omitted, returns all accessible teams and their projects.
upsert(body)Updates or creates (based on id) a Project