GoogleApi.AcmeDNS

ACME DNS API client library.

Google Domains ACME DNS API that allows users to complete ACME DNS-01 challenges for a domain.

Installation

Install this package from Hex by adding google_api_acme_dns to your list of dependencies in mix.exs:

def deps do
  [{:google_api_acme_dns, "~> 0.2"}]
end

For more information

Product documentation is available at https://developers.google.com/domains/acme-dns/.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_acme_dns.