NAME

WWW::DNSMadeEasy::ManagedDomain - A managed domain in the DNSMadeEasy API

VERSION

version 0.100

METHODS

delete()

update(%data)

records(%data)

my @records = $domain->records();                # Returns all records
my @records = $domain->records(type => 'CNAME'); # Returns all CNAME records
my @records = $domain->records(name => 'www');   # Returns all wwww records

Returns a list of WWW::DNSMadeEasy::ManagedDomain::Record objects.

response

Returns the response for this object

as_hashref

Returns json response data as a hashref

name

active_third_parties

created

delegate_name_servers

folder_id

gtd_enabled

id

name_servers

pending_action_id

process_multi

updated

METHODS

MANAGED DOMAIN ATTRIBUTES

SUPPORT

IRC

Join #duckduckgo on irc.freenode.net and highlight Getty or /msg me.

Repository

http://github.com/Getty/p5-www-dnsmadeeasy
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-www-dnsmadeeasy/issues

SUPPORT

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

https://github.com/Getty/p5-www-dnsmadeeasy

git clone https://github.com/Getty/p5-www-dnsmadeeasy.git

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.