Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 609 Bytes

File metadata and controls

38 lines (26 loc) · 609 Bytes

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.