@crowd-engineers/com-hub-api-helper
v1.3.8
Published
CommunicationHub API Helper
Downloads
2,240
Keywords
Readme
Crowd CommunicationHub API Helper
about
This package provides API Class and Typescript Types for your connection to the CrowdCommunicationHub.
usage
import { MessageServiceAPI } from "@crowd-engineers/com-hub-api-helper";
const instance = new MessageServiceAPI({
serviceUuid: "UUID",
messageServiceDomain: process.env.MESSAGE_SERVICE_DOMAIN,
messageServicePublicKey: process.env.MESSAGE_SERVICE_PUBLIC_KEY
});
Changelog
1.0.0 - 12/2023
- initial Release