customerio v0.1.2 Customerio.Util

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

Link to this section Summary

Functions

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

Link to this section Types

Link to this type method()
method() :: :get | :post | :delete | :put | :patch

Link to this section Functions

Link to this function 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.