NAME

API::MailboxOrg::API::Hello - MailboxOrg::API::Hello

VERSION

version 1.0.2

SYNOPSIS

use API::MailboxOrg;

my $user     = '1234abc';
my $password = '1234abc';

my $api      = API::MailboxOrg->new(
    user     => $user,
    password => $password,
);

METHODS

innerworld

Returns the string 'Hello Inner-World!' if called from a valid session

Available for admin, reseller, account, domain, mail

returns: string

$api->hello->innerworld(%params);

world

Returns the string 'Hello World!'

returns: string

$api->hello->world(%params);

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)