ExCampaignMonitor v0.7.1 ExCampaignMonitor.Transport behaviour View Source

Link to this section Summary

Callbacks

Make a request to Campaign Monitor’s API

Link to this section Functions

Link to this function request(path, atom, body) View Source

Link to this section Callbacks

Link to this callback request(arg0, arg1) View Source
request(String.t(), Atom.t()) :: {:ok, map()} | {:error, String.t()}

Make a request to Campaign Monitor’s API

Link to this callback request(arg0, arg1, map) View Source
request(String.t(), Atom.t(), map()) :: {:ok, map()} | {:error, String.t()}