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(
endpoint => 'https://telprovider.com/client',
user => 'exampletel',
pass => 'XXXXXXXX,
)
my $records = $client->listRecords('example.tel');
my $profiles = $client->listProfilesExt('example.net');
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
createProfile
deleteProfile
updateProfile
listProfiles
listProfilesExt
getProfile
switchToProfile
getActiveProfile
AUTHOR
Peter Makholm, <peter at makholm.net>
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:
github: Public version control system
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Peter Makholm, all rights reserved.
This software is released under the MIT license cited in WebService::Telnic.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 64:
Unknown directive: =head