View Source Infusionsoft.Endpoints.XML.File (Infusionsoft v0.8.1)
Provides the raw endpoints to Infusionsoft's XML API for File actions.
Summary
Functions
@spec rename_a_file(integer(), String.t(), String.t(), nil | String.t()) :: {:ok, integer()} | {:error, String.t()}
https://developer.infusionsoft.com/docs/xml-rpc/#file-rename-a-file
@spec replace_a_file(integer(), String.t(), String.t(), nil | String.t()) :: {:ok, integer()} | {:error, String.t()}
https://developer.infusionsoft.com/docs/xml-rpc/#file-replace-a-file
@spec retrieve_a_file(integer(), String.t(), nil | String.t()) :: {:ok, String.t()} | {:error, String.t()}
https://developer.infusionsoft.com/docs/xml-rpc/#file-retrieve-a-file
@spec retrieve_download_url(integer(), String.t(), nil | String.t()) :: {:ok, String.t()} | {:error, String.t()}
https://developer.infusionsoft.com/docs/xml-rpc/#file-retrieve-a-file-download-url
@spec upload_a_file(integer(), String.t(), String.t(), String.t(), nil | String.t()) :: {:ok, integer()} | {:error, String.t()}
https://developer.infusionsoft.com/docs/xml-rpc/#file-upload-a-file