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

 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

\Services_Zencoder_AccountThe object representation of the resource

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

\Services_Zencoder_AccountThe object representation of the resource

Put your account into integration mode

integration(array $params) : bool

Parameters

$params

array

Optional overrides

Returns

boolIf the operation was successful

Put your account into live mode

live(array $params) : bool

Parameters

$params

array

Optional overrides

Returns

boolIf 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