MailSlurpAPI.Api.InboxController.get_inbox_tags
You're seeing just the function
get_inbox_tags
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
get_inbox_tags(connection, opts \\ [])
Specs
get_inbox_tags(Tesla.Env.client(), keyword()) :: {:ok, [String.t()]} | {:error, Tesla.Env.t()}
Get inbox tags Get all inbox tags
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure