Infusionsoft v0.2.1 Infusionsoft.Schemas.XML.Contacts View Source

Contains functions to translate between common names and XML api names for Contacts.

Link to this section Summary

Functions

Takes a list of XML names and returns Common names or list of errors

Takes a list of Common names and returns XML names or list of errors

Link to this section Functions

Link to this function from(names, token, app) View Source
from([String.t()], String.t(), nil | String.t()) ::
  {:ok, list()} | {:error, String.t()}

Takes a list of XML names and returns Common names or list of errors

Link to this function to(names, token, app) View Source
to([String.t()], String.t(), nil | String.t()) ::
  {:ok, list()} | {:error, String.t()}

Takes a list of Common names and returns XML names or list of errors