Property | Type | Description | |
---|---|---|---|
$_api_endpoint | The vimeo simple api endpoint | ||
$_identifier | Qualifier in the URL after /api/ (like |
||
$_method | ..) | ||
$_methodTypes | Valid method/type map | ||
$_oembed_endpoint | The vimeo oembed api endpoint | ||
$_type | ..) |
Method | Description | |
---|---|---|
__call ( unknown_type $name, unknown_type $args ) : unknown | TODO: Validate the requested method fits with the type of query | |
getEmbedJson ( mixed $options ) : unknown | Obtain the JSON needed to embed a single Vimeo video specified by the parameter. Passing a url is the most effecient as we won't have to query the vimeo service for the url. | |
run ( ) |
public __call ( unknown_type $name, unknown_type $args ) : unknown | ||
$name | unknown_type | |
$args | unknown_type | |
return | unknown |
public getEmbedJson ( mixed $options ) : unknown | ||
$options | mixed | Either an array containing the vimeo url or vimeo clip id, OR a scaler containing the clip id. |
return | unknown |
protected $_identifier |