MailSlurpAPI.Api.DomainController.get_domains
You're seeing just the function
get_domains
, go back to MailSlurpAPI.Api.DomainController module for more information.
Link to this function
get_domains(connection, opts \\ [])
Specs
get_domains(Tesla.Env.client(), keyword()) :: {:ok, [MailSlurpAPI.Model.DomainPreview.t()]} | {:error, Tesla.Env.t()}
Get domains List all custom domains you have created
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure