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