@2easy/workplace-api
v0.0.1-3
Published
**Pre-release** in active development
Readme
Pre-release in active development
Workplace API for Node.js
This is a module that will assist with the use of API's provided by the Workplace from Meta platform.
Installation
With PNPM
pnpm add @2easy/workplace-apiWith NPM
npm install @2easy/workplace-apiWith Yarn
yarn add @2easy/workplace-apiUsage
const configuration = new WorkplaceAPIConfiguration(accessToken, { appId, appSecret });
const workplace = new WorkplaceAPI(configuration);
const attachment = await workplace.uploadImage(giphy);
await workplace.sendImage('100056146581076', attachment.attachmentId);
await workplace.sendText('100056146581076', message);