1.3.8 • Published 2 years ago
@crowd-engineers/com-hub-api-helper
Licence
—
Version
1.3.8
Deps
2
Size
59 kB
Vulns
0
Weekly
0
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