customerio v0.1.1 Customerio.Util

Collection of utilites for this library. You should not use it in your code.

Summary

Functions

This method sends requests to customer.io API endpoint, with defined method, route, body and HTTPoison options

Types

method()
method() :: :get | :post | :delete | :put | :patch

Functions

send_request(method, route, data_map, opts \\ [])
send_request(method :: method, route :: String.t, data_map :: %{}, opts :: []) :: any

This method sends requests to customer.io API endpoint, with defined method, route, body and HTTPoison options.