Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 215 Bytes

ExAil

ex_ail allows to conveniently use the AIL project REST API from elixir.

Installation

def deps do
  [
    {:ex_ail, git: "https://github.com/ail-project/ex_ail", tag: "0.1.0"}
  ]
end