.client
Type: Client
.delete(channelId:string
,
docId:number
)
Type: Promise<void>
Delete a doc from a channel.
.fetchMany(channelId:string
)
Type: Promise<unknown>
Get the docs from a channel.
string
,
docId:number
)Delete a doc from a channel.
string
)Get the docs from a channel.