Brightcove-JS-MAPI icon indicating copy to clipboard operation
Brightcove-JS-MAPI copied to clipboard

This project provides a starting point for integrating the Brightcove Media API into your application. It provides simple ways to interact with the API.

Results 4 Brightcove-JS-MAPI issues
Sort by recently updated
recently updated
newest added

Thanks for the script! When running from an https:// site, API calls fail with a "Mixed Content" error, likely because it's hardcoded to use the http:// endpoint. Changing [this line](https://github.com/BrianFranklin/Brightcove-JS-MAPI/blob/master/bc-mapi.js#L20)...

Small modification to make sure the service URL, whether default or modified, is protocol neutral so that we don't break HTTPS locks

I'm trying to add multiple "any" values to my search query, but the way the MAPI works suggests that I would have to use a json object like this: {...

Hi, I'll dig into the code when I have a chance and see if I can pin this down, but it appears to me that passing output="mrss" in the parameters...