NAME
WebService::CloudProvider - WebService::CloudProvider - an interface to cloudprovider.net's RESTful Web API using Web::API
VERSION
version 0.3
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use WebService::CloudProvider;
my $foo = WebService::CloudProvider->new();
...
SUBROUTINES/METHODS
list_nodes
node_info
create_node
update_node
delete_node
start_node
stop_node
suspend_node
INTERNALS
BUILD
basic configuration for the client API happens usually in the BUILD method when using Web::API
BUGS
Please report any bugs or feature requests on GitHub's issue tracker https://github.com/nupfel/WebService-CloudProvider/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WebService::CloudProvider
You can also look for information at:
GitHub repository
MetaCPAN
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
AUTHOR
Tobias Kirschstein <lev@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Tobias Kirschstein.
This is free software, licensed under:
The (three-clause) BSD License