update version to 2025.0.2, enhance build scripts, add type exports, and improve reporting interfaces
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {PCastApi} from '../dist/node/index.js';
|
||||
|
||||
const applicationCredentials = {
|
||||
id: 'phenixrts.com-alex.zinn',
|
||||
secret: 'AMAsDzr.dIuGMZ.Zu52Dt~MQvP!DZwYg'
|
||||
}
|
||||
id: 'phenixrts.com-alex.zinn',
|
||||
secret: 'AMAsDzr.dIuGMZ.Zu52Dt~MQvP!DZwYg'
|
||||
};
|
||||
|
||||
const pcastUri = 'https://pcast-stg.phenixrts.com';
|
||||
const pcastApi = new PCastApi(pcastUri, applicationCredentials);
|
||||
|
||||
pcastApi.channels.list().then(console.log);
|
||||
pcastApi.channels.list().then(console.log);
|
||||
|
||||
Reference in New Issue
Block a user