Skip to main content

ProjectsClient

adaline.projects lists and manages the projects in your workspace. Every method is async.

Access

The class is also exported directly:
Types from adaline_api:

list()

List all projects the API key has access to.

Returns

ListProjectsResponse with { data: list[Project] }.

Example


get()

Get a single project by ID.

Parameters

Example


update()

Update a project’s title and/or icon. At least one field must be provided.

Parameters

Example


See Also