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