NAME

API::Plesk::Webspace - Managing subscriptions (webspaces).

SYNOPSIS

$api = API::Plesk->new(...);
$response = $api->webspace->add(..);
$response = $api->webspace->del(..);

DESCRIPTION

Module manage subscriptions (webspaces).

METHODS

add(%params)
get(%params)
set(%params)
del(%params)
add_plan_item(%params)
add_subscription(%params)
remove_subscription(%params)
switch_subscription(%params)

AUTHOR

Ivan Sokolov <lt>ivsokolov@cpan.org<gt>