ExPersona
This is an Elixir library for interacting with the Persona platform.
Installation
If available in Hex, the package can be installed
by adding persona to your list of dependencies in mix.exs:
def deps do
[
{:ex_persona, "~> 0.0.1"}
]
end
(Check Hex to make sure you're using an up-to-date version number.)
Usage
TK
See the docs for more examples.
Running Tests
To run tests:
$ mix test
Reporting Issues
Please report all issues on github.