Dnsimple.Listing.get
You're seeing just the function
get
, go back to Dnsimple.Listing module for more information.
Link to this function
get(client, url, options \\ [])
Specs
get(Dnsimple.Client.t(), binary(), Keyword.t()) :: {:ok | :error, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()}
Issues a GET request to the given url processing the listing options first.