Launch Darkly API library.
WARNING: Not complete.
def deps do
[
{:launch_darkly_api, github: "orbit-apps/elixir-launchdarklyapi", tag: "v0.3.0"}
]
end
Add the following to your config/prod.exs
config :launch_darkly_api, :authorization,
access_token: System.get_env("LAUNCH_DARKLY_API_KEY")
config :launch_darkly_api, :environment, "production"