Public Member Functions | |
| user_authenticate ($userInfo) | |
| user_profile ($username) | |
| user_setoptions ($options) | |
| video_upload ($videoInfo) | |
| video_getrecordtoken ($sessionid) | |
| video_getrecordembed ($token) | |
| video_status ($videoID) | |
| video_details ($sessionid, $videoID) | |
| videos_listbyuser ($user, $page=1, $per_page=5) | |
| videos_listbytag ($tag, $page=1, $per_page=5) | |
| videos_listfeatured () | |
| checkErrors ($response) | |
| buildArguments ($p, $return_type= 'string') | |
| sendRequest ($method, $args) | |
Public Attributes | |
| $apiKey = '01172c643b9743485249534a4441564953151' | |
| $viddlerREST = 'http://api.viddler.com/rest/v1/' | |
| $xml | |
| $response | |
| $parser = false | |
| $uploaddir = false | |
Definition at line 20 of file viddlersilo.plugin.php.
| Phpviddler::buildArguments | ( | $ | p, | |
| $ | return_type = 'string' | |||
| ) |
Build arguments to use for a request to the API
| array | $p An associative array of parameters | |
| string | $return_type Optional return type of parameters ['array'|'string'] |
Definition at line 475 of file viddlersilo.plugin.php.
1.7.1