Zencoder API client interface.
| category | Services |
|---|---|
| package | Services_Zencoder |
| author | Michael Christopher |
| version | Release: 2.1.2 |
| license | http://creativecommons.org/licenses/MIT/MIT |
| link | http://github.com/zencoder/zencoder-php |
__construct(string $api_key, string $api_version, string $api_host, bool $debug)
stringAPI Key
stringAPI version
stringAPI host
boolEnable debug mode
createData(string $path, string $body, array $opts) : object
stringPath to the resource
stringRaw body to post
arrayOptional overrides
objectThe object representation of the resourcedeleteData(string $path, array $opts) : object
stringPath to the resource
arrayOptional overrides
objectThe object representation of the resourceretrieveData(string $path, array $params, array $opts) : object
stringPath to the resource
arrayQuery string parameters
arrayOptional overrides
objectThe object representation of the resourceupdateData(string $path, string $body, array $opts) : object
stringPath to the resource
stringRaw body to post
arrayOptional overrides
objectThe object representation of the resource_getApiPath($opts)
_processJsonResponse($status, $headers, $body)
_processResponse($response)
$accounts : \Services_Zencoder_Accounts
Valid functions: create, details, integration, live
$inputs : \Services_Zencoder_Inputs
Valid functions: details, progress
$jobs : \Services_Zencoder_Jobs
Valid functions: create, index, details, progress, resubmit, cancel
$notifications : \Services_Zencoder_Notifications
Valid functions: parseIncoming
$outputs : \Services_Zencoder_Outputs
Valid functions: details, progress
$http : \Services_Zencoder_Http
$proxy
| inherited_from | \Services_Zencoder_Base::$$proxy |
|---|
$version : string
USER_AGENT