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