create()
Create a new workspace.
Returns
Promise<Workspace>
list()
List workspaces accessible to the current token.Promise<Workspace[]>
retrieve()
Get a single workspace by ID.
Returns
Promise<Workspace>
Throws NotFoundError if the workspace doesn’t exist.
del()
Delete a workspace and all its data.
Returns
Promise<void>