MailSlurpAPI.Api.InboxForwarderController.get_inbox_forwarder

You're seeing just the function get_inbox_forwarder, go back to MailSlurpAPI.Api.InboxForwarderController module for more information.
Link to this function

get_inbox_forwarder(connection, id, opts \\ [])

Specs

get_inbox_forwarder(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, MailSlurpAPI.Model.InboxForwarderDto.t()} | {:error, Tesla.Env.t()}

Get an inbox forwarder Get inbox ruleset

Parameters

  • connection (MailSlurpAPI.Connection): Connection to server
  • id (String.t): ID of inbox forwarder
  • opts (KeywordList): [optional] Optional parameters

    Returns

} on success {:error, info} on failure