HelloElixir
Example application using the Erlang server SDK in Elixir.
Run
mix deps.get
export LD_SDK_KEY=YOUR_SDK_KEY
mix compile
iex -S mix
iex> {:ok, pid} = HelloElixir.start
iex> LDApi.get(pid, "FLAG_KEY", FALLBACK_VALUE, "USER_KEY")
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Hello LaunchDarkly for Elixir