2023.0.1-beta.2 • Published 11 months ago
@phenixrts-tools/pcast-api v2023.0.1-beta.2
Phenix PCast API module
The Phenix PCast API module allows interfacing with the PCast Platform.
Installation
npm install @phenixrts-tools/pcast-apiUsage
import PCastApi from '@phenixrts-tools/pcast-api';
const application = {
id: <application id>,
secret: <application secret>
}
const pcastApi = new PCastApi(<PCast Uri>, <application>)
const channelList = await pcastApi.getChannelList()
...License
See license in LICENSE.md
2023.0.1-beta.3
11 months ago
2023.0.1-beta.2
3 years ago