MailSlurpAPI.Api.InboxController.get_inbox
You're seeing just the function
get_inbox
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
get_inbox(connection, inbox_id, opts \\ [])
Specs
get_inbox(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.Inbox.t()} | {:error, Tesla.Env.t()}
Get Inbox Returns an inbox's properties, including its email address and ID.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure