Home > @uniformdev/canvas > ProjectClient

ProjectClient class

Signature:

Extends: ApiClient

Constructors

Constructor

Modifiers

Description

(constructor)(options)

Constructs a new instance of the ProjectClient class

Methods

Method

Modifiers

Description

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