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.2.0"}
]
endOnline documentation can be found on Hex.pm
TODO
- [ ] Cover tests to helper functions and create_charges and create_payment
- [ ] Add more funcionalities
- [x] Better Module organization