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

NAME

PowerDNS::API::Client - Client for PowerDNS::API

SYNOPSIS

    my $client = PowerDNS::API::Client->new( server => 'https://api.example.com/' );

METHODS

call( $endpoint, %args )

Calls the endpoint (see the API documentation) with the specified arguments. Returns a hash data structure with the API results.

DEBUGGING

AUTHOR

Ask Bjørn Hansen, <ask at develooper.com>

BUGS

Please report any bugs or feature requests to the issue tracker at http://github.com/devel/PowerDNS-API-Client/issues.

COPYRIGHT & LICENSE

Copyright 2011 Ask Bjørn Hansen, all rights reserved.

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