2023.0.1-beta.2 • Published 1 year ago

@phenixrts-tools/pcast-api v2023.0.1-beta.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

Phenix PCast API module

The Phenix PCast API module allows interfacing with the PCast Platform.

Installation

npm install @phenixrts-tools/pcast-api

Usage

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.2

1 year ago