brightcove / PHP-API-Wrapper

This project provides a starting point for integrating the Brightcove CMS API into your application. It provides simple ways to interact with the API, as well as a long list of helper functions.
25 stars 33 forks source link

Added ingest_jobs endpoints. #51

Open SergiuSavva opened 3 years ago

SergiuSavva commented 3 years ago

Added methods to get the status of dynamic ingest jobs (ingest, replace, or retranscode)

https://cms.api.brightcove.com/v1/accounts/{account_id}/videos/{video_id}/ingest_jobs https://cms.api.brightcove.com/v1/accounts/{account_id}//videos/{$video_id}/ingest_jobs/{$job_id}