MailSlurpAPI.Api.MailServerController.get_ip_address
You're seeing just the function
get_ip_address
, go back to MailSlurpAPI.Api.MailServerController module for more information.
Link to this function
get_ip_address(connection, name, opts \\ [])
Specs
get_ip_address(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.IpAddressResult.t()} | {:error, Tesla.Env.t()}
Get IP address for a domain
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- name (String.t): name
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure