README.md
# GoogleApi.DomainsRDAP
Domains RDAP API client library.
Read-only public API that lets users search for information about domain names.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_domains_rdap` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_domains_rdap, "~> 0.7"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/domains/rdap/](https://developers.google.com/domains/rdap/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_domains_rdap](https://hexdocs.pm/google_api_domains_rdap).