monday-pr-ts
v1.0.46
Published
A TS wrapper arround Monday.com API, simplified & fast! Designed to be used in AWS lambda function, require API key from Monday.
Downloads
613
Readme
A TS wrapper arround Monday.com API, simplified & fast! Designed to be used in AWS lambda function, require API key from Monday.
Example:
const mondayDirector = new Director()
const createdItem = await mondayDirector.createItemInGroup(board_id, group_id, campaign.name);