Skip to content

orbit-apps/elixir-launchdarklyapi

Repository files navigation

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"

About

Launch Darkly API library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages