MailSlurpAPI.Api.InboxController.get_inboxes
You're seeing just the function
get_inboxes
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
get_inboxes(connection, opts \\ [])
Specs
get_inboxes(Tesla.Env.client(), keyword()) :: {:ok, [MailSlurpAPI.Model.Inbox.t()]} | {:error, Tesla.Env.t()}
List Inboxes and email eddresses
List the inboxes you have created. Note use of the more advanced getAllEmails
is recommended. You can provide a limit and sort parameter.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
, ...]} on success {:error, info} on failure