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