.client

Type: Client

.complete(channelId:

string

,

itemId:

string

)

Type: Promise<void>

Complete list item

.create(channelId:

string

,

options:RESTPostListItemBody)

Type: Promise<ListItemPayload>

Create a list item.

.delete(channelId:

string

,

itemId:

string

)

Type: Promise<void>

Delete list item

.fetch(channelId:

string

,

itemId:

string

)

Type: Promise<ListItemPayload>

Get list item

.fetchMany(channelId:

string

)

Type: Promise<unknown>

Get list items

.uncomplete(channelId:

string

,

itemId:

string

)

Type: Promise<void>

Uncomplete list item

.update(channelId:

string

,

itemId:

string

,

options:RESTPutListItemBody)

Type: Promise<ListItemPayload>

Update list item