Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 443 Bytes

LaunchDarklyAPI

Launch Darkly API library.

WARNING: Not complete.

Installation

def deps do
  [
    {:launch_darkly_api, github: "orbit-apps/elixir-launchdarklyapi", tag: "v0.3.0"}
  ]
end

Configuration

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"