Infusionsoft v0.2.0 Infusionsoft.Schemas.REST.Contacts View Source

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

Link to this section Summary

Functions

Takes a list of REST names and returns Common names

Takes a list of Common names and returns REST names

Link to this section Functions

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

Takes a list of REST names and returns Common names

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

Takes a list of Common names and returns REST names