0.0.1-3 • Published 7 months ago
@2easy/workplace-api v0.0.1-3
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-api
With NPM
npm install @2easy/workplace-api
With Yarn
yarn add @2easy/workplace-api
Usage
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);