Savvy
Elixir SDK for Savvy https://www.savvy.io
You need to export the following environment variables with you own values before the Installation step:
export SAVVY_URL="https://api.test.savvy.io"
export SAVVY_SECRET="YOUSAVVYSECRECT"
export SAVVY_CALLBACK="http://localhost"
Installation
The package is available in Hex, and can be installed
by adding savvy to your list of dependencies in mix.exs:
def deps do
[
{:savvy, "~> 0.1.0"}
]
endThe documentation can be found at https://hexdocs.pm/savvy.