Junex
A simple wrapper to have a better interaction to the Juno API.
Installation
Just add junex to your dependencies list on mix.exs:
def deps do
[
{:junex, "~> 0.1.0"}
]
end
TODO
- Cover tests to helper functions and create_charges and create_payment
- Add more funcionalities
- Better Module organization