This is a work in progress Elixir SDK for Hipcall.
If available in Hex, the package can be installed
by adding hipcall_sdk
to your list of dependencies in mix.exs
:
def deps do
[
{:hipcall_sdk, "~> 0.1.0"}
]
end
- HIPCALL_API_KEY=123456
- HIPCALL_API_ENDPOINT="https://api.hipcall.com.tr"
export $(xargs < .env.example) && mix test
This project is licensed under the MIT License.