MailSlurpAPI.Api.ExportController.export_entities
You're seeing just the function
export_entities
, go back to MailSlurpAPI.Api.ExportController module for more information.
Link to this function
export_entities(connection, api_key, export_type, output_format, opts \\ [])
Specs
export_entities( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, String.t()} | {:error, Tesla.Env.t()}
Export inboxes link callable via browser
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- api_key (String.t): apiKey
- export_type (String.t): exportType
- output_format (String.t): outputFormat
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure