The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>