Zencoder API client interface.
Methods
__construct()
__construct(\Services_Zencoder_HttpProxy $proxy)
Inherited
inherited_from |
\Services_Zencoder_Base::__construct() |
Parameters
$proxy
Create a Zencoder account
create(array $account, array $params) : \Services_Zencoder_Account
Parameters
$account
array
Array of attributes to use when creating the account
$params
array
Optional overrides
Returns
createData()
createData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::createData() |
Parameters
$path
$body
$opts
deleteData()
deleteData($path, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::deleteData() |
Parameters
$path
$opts
Return details of your Zencoder account
details(array $params) : \Services_Zencoder_Account
Parameters
$params
array
Optional overrides
Returns
Put your account into integration mode
integration(array $params) : bool
Parameters
$params
array
Optional overrides
Returns
bool
If the operation was successful
Put your account into live mode
live(array $params) : bool
Parameters
$params
array
Optional overrides
Returns
bool
If the operation was successful
retrieveData()
retrieveData($path, array $params, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::retrieveData() |
Parameters
$path
$params
$opts
updateData()
updateData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::updateData() |
Parameters
$path
$body
$opts
Properties
$proxy
Inherited
inherited_from |
\Services_Zencoder_Base::$$proxy |