Current section

Files

Jump to
ex_alipay lib ex_alipay.ex
Raw

lib/ex_alipay.ex

defmodule ExAlipay do
@moduledoc """
An Alipay client that extendable.
### Setup
Add :ex_alipay to the deps in `mix.exs`:
```elixir
{:ex_alipay, "~> 0.1"}
```
"""
end