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

Version 0.1

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.




Peter Makholm, <peter at makholm.net>

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

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.

You can look for information at:


Copyright 2009 Peter Makholm, all rights reserved.
This software is released under the MIT license cited in WebService::Telnic.