1.0.1 • Published 7 years ago
player-management-client v1.0.1
Player Management Client
This module can be used to access the Brightcove Player Management API. Documentation for the underlying API can be found here
Getting Started
npm install player-management-clientLook at examples/list.js as an example of how to use this module. Two thing to note:
This line should refer to the official module rather than the local lib. Change:
playerManagementAPI = require('../lib/playerManagementAPI.js')(apiOptions);to
playerManagementAPI = require('player-management-client')(apiOptions);accessToken. This is a short-lived token created by the OAuth API. For more information go here;
License
Apache-2.0. Copyright (c) Brightcove, Inc.