Skip to content

Vericus/ltiex

Repository files navigation

Ltiex

LTI request signing library for Elixir.

Installation

Github

Internal Cadmus apps can use this library directly from the Vericus github:

def deps do
  [
      {:ltiex, github: "Vericus/ltiex"},
  ]
end

Hex

If available in Hex, the package can be installed by adding ltiex to your list of dependencies in mix.exs:

def deps do
  [
    {:ltiex, "~> 0.1.0"}
  ]
end

Documentation

Generate the documentation locally with:

mix docs

Alternatively browse documentation in-line, starting with the main Ltiex module.