Packages

An Elixir wrapper for the Planning Center API

Current section

Files

Jump to
pco_api lib pco_api.ex
Raw

lib/pco_api.ex

defmodule PcoApi do
def key do
Application.get_env(:pco_api, :api_key)
end
def secret do
Application.get_env(:pco_api, :api_secret)
end
end