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