MailSlurpAPI.Api.InboxController.create_inbox_with_defaults
You're seeing just the function
create_inbox_with_defaults
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
create_inbox_with_defaults(connection, opts \\ [])
Specs
create_inbox_with_defaults(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.Inbox.t()} | {:error, Tesla.Env.t()}
Create an inbox with default options. Uses MailSlurp domain pool address and is private.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure