An open API service indexing awesome lists of open source software.

https://github.com/j-deng/ex_alipay

An aliapy client for elixir
https://github.com/j-deng/ex_alipay

alipay elixir

Last synced: 4 months ago
JSON representation

An aliapy client for elixir

Awesome Lists containing this project

README

          

# ExAlipay

![CI](https://travis-ci.org/j-deng/ex_alipay.svg?branch=master)

An Alipay client that is extendable.

## Installation

```elixir
def deps do
[
{:ex_alipay, "~> 0.1.2"}
]
end
```

## Usage

Get details at [https://hexdocs.pm/ex_alipay/](https://hexdocs.pm/ex_alipay/).

## License

[MIT](https://github.com/j-deng/ex_alipay/blob/master/LICENSE)