Acme-CPANModules-API-Domain-Registrar

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/API/Domain/Registrar.pm  view on Meta::CPAN

package Acme::CPANModules::API::Domain::Registrar;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-08'; # DATE
our $DIST = 'Acme-CPANModules-API-Domain-Registrar'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => "List of API modules for domain registrars",
    description => <<'_',

If you know of others, please drop me a message.

_
    entries => [
        {module => 'WWW::DaftarNama::Reseller'},
        {module => 'WWW::Enom'},
        {module => 'Net::OpenSRS'},
        {module => 'WWW::GoDaddy::REST'},
        {module => 'WWW::Domain::Registry::Joker'},
        {module => 'WWW::Domain::Registry::VeriSign'},
        {module => 'WWW::NameCheap::API'},
    ],
};

1;
# ABSTRACT: List of API modules for domain registrars

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::API::Domain::Registrar - List of API modules for domain registrars

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::API::Domain::Registrar (from Perl distribution Acme-CPANModules-API-Domain-Registrar), released on 2022-03-08.

=head1 DESCRIPTION

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<WWW::DaftarNama::Reseller> - Reseller API client for DaftarNama.id

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<WWW::Enom>

=item * L<Net::OpenSRS> - Domain registration via the Tucows OpenSRS HTTPS XML API

Author: L<JEF|https://metacpan.org/author/JEF>

=item * L<WWW::GoDaddy::REST> - Work with services conforming to the GDAPI spec

Author: L<DBARTLE|https://metacpan.org/author/DBARTLE>

=item * L<WWW::Domain::Registry::Joker> - an interface to the Joker.com DMAPI

Author: L<ROAM|https://metacpan.org/author/ROAM>

=item * L<WWW::Domain::Registry::VeriSign> - VeriSign NDS (https://www.verisign-grs.com/) Registrar Tool

Author: L<MASAHITO|https://metacpan.org/author/MASAHITO>

=item * L<WWW::NameCheap::API>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n API::Domain::Registrar

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>



( run in 1.489 second using v1.01-cache-2.11-cpan-97f6503c9c8 )