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)
string
API Key
string
API version
string
API host
bool
Enable debug mode
createData(string $path, string $body, array $opts) : object
string
Path to the resource
string
Raw body to post
array
Optional overrides
object
The object representation of the resourcedeleteData(string $path, array $opts) : object
string
Path to the resource
array
Optional overrides
object
The object representation of the resourceretrieveData(string $path, array $params, array $opts) : object
string
Path to the resource
array
Query string parameters
array
Optional overrides
object
The object representation of the resourceupdateData(string $path, string $body, array $opts) : object
string
Path to the resource
string
Raw body to post
array
Optional overrides
object
The 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