Net::OpenSRS

Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API.
Download

Net::OpenSRS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mahlon E. Smith
  • Publisher web site:
  • http://search.cpan.org/~mahlon/Net-OpenSRS-0.02/lib/Net/OpenSRS.pm

Net::OpenSRS Tags


Net::OpenSRS Description

Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API. Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API.The client library distributed by OpenSRS can be difficult to integrate into a custom environment, and their web interface becomes quickly tedious with heavy usage. This is a clean and relatively quick library to perform the most common API methods described in the OpenSRS API documentation.Examples use Net::OpenSRS; my $key = 'Your_API_Key_From_The_Reseller_Interface'; my $srs = Net::OpenSRS->new(); $srs->environment('live'); $srs->set_key( $key ); $srs->set_manage_auth( 'manage_username', 'manage_password' ); my $cookie = $srs->get_cookie( 'spime.net' ); if ($cookie) { print "Cookie: $cookien"; } else { print $srs->last_response() . "n"; } # do a batch of domain locks $srs->bulk_lock(); # renew a domain my $result = $srs->renew_domain( 'example.com' ); ... Requirements: · Perl


Net::OpenSRS Related Software