WebService::Viddler

An encapsulation of the Viddler video platform in Perl
Download

WebService::Viddler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Paul Weinstein
  • Publisher web site:
  • http://search.cpan.org/~pdw/

WebService::Viddler Tags


WebService::Viddler Description

An encapsulation of the Viddler video platform in Perl WebService::Viddler is an object-oriented library which focuses on providing Perl specific methods for accessing the Viddler video service via their API, as documented at: http://developers.viddler.com/documentation/api/This library currently only supports version 1 of the Viddler APIAlong with method specific error codes, all methods may return one of the following error codes upon failure.SYNOPSISuse WebService::Viddler;my $videos = new WebService::Viddler( apiKey => $apiKey, username => $username, password => $passwd, );print "API Version: " .$videos->api_getInfo(). "\n";$video->videos_upload( $title, $tags, $description, $make_public, $file, $bitrate );$video->videos_getDetails( $video_id, $add_embed_code, $include_comments ); Requirements: · Perl


WebService::Viddler Related Software