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

NAME

WebService::Telnic::Client - Interface to the Telnic Client API

VERSION

Version 0.1

SYNOPSIS

    use WebService::Telnic::Client;

    my $client = WebService::Telnic::Client->new(
        domain   => 'example.tel',
        user     => 'exampletel',
        pass     => 'XXXXXXXX,
    )

    my $records  = $client->listRecords();
    my $profiles = $client->listProfilesExt();

At the moment only handling of resource records and profiles is implemented. All methods takes the domain name as first argument.

Record

listRecords

storeRecord

updateRecords

deleteRecord

Profile

createProfile

deleteProfile

updateProfile

listProfiles

listProfilesExt

getProfile

switchToProfile

getActiveProfile

SearchData

setSearchData

getSearchData

AUTHOR

Peter Makholm, <peter at makholm.net>

SEE ALSO

http://dev.telnic.org/api/client-soap/index.html

BUGS

Please report any bugs or feature requests to bug-webservice-telnic-client at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Telnic. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Peter Makholm, all rights reserved.

This software is released under the MIT license cited in WebService::Telnic.