cfBCove SDK
a ColdFusion SDK for Brightcove
Considering Brightcove was founded by Mr. Allaire himself, it was only fitting that there would be a CF SDK. And I needed one for tagtrigger.com and other client's sites, so here's the initial version.
I have not implemented all the methods or all the various arguments on included methods, but this is a good subset of the Media API functionality and should cover most of what you would want to do with the Media API, besides playlists.
The following methods are implemented:
Write API:
- createVideo()
- updateVideo()
- deleteVideo()
- getUploadStatus()
Read API:
- findVideoByID()
- findVideoByReferenceID()
- findVideoByReferenceIDs()
- findVideoByTags()
- findVideoByText()
The cfBCove page on Riaforge.org