WebService::Linode

Perl Interface to the Linode.com API
Download

WebService::Linode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Greb
  • Publisher web site:
  • http://search.cpan.org/~mikegrb/

WebService::Linode Tags


WebService::Linode Description

WebService::Linode is a Perl Interface to the Linode.com API.SYNOPSIS my $api = WebService::Linode->new( apikey => 'your api key here'); print Dumper($api->linode_list); $api->linode_reboot(linodeid=>242);This module implements the Linode.com api methods. Linode methods have had dots replaced with underscores to generate the perl method name. All keys and parameters have been lower cased but returned data remains otherwise the same. For additional information see http://www.linode.com/api/autodoc.cfmProduct's homepage


WebService::Linode Related Software