PodiumEx

A library for interfacing with the Podium API. Documentation can be found on HexDocs.

Installation

The package can be installed by adding podium_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:podium_ex, "~> 0.7"}
  ]
end

Then run mix deps.get to download it.

Configuration

You will need to provide the following configuration options (usually in config/config.exs). It is recommended to use environment variables in production to avoid committing secrets in your repository. However, environment variables will cause problems if you are generating releases with distillery or exrm. Configuration should include:

You can optionally also include the following:

Example Configuration

config :podium_ex,
  api_key: "podiumisthebestever",
  application_uid: "abc098-1234abc-1234abcdefgh"