DigitalOcean.Domain.get

You're seeing just the function get, go back to DigitalOcean.Domain module for more information.
Link to this function

get(domain_name)

Specs

Retrieve details about a specific domain.

Examples

iex> DigitalOcean.Domain.get("example.com") |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }