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
- Host: GitHub
- URL: https://github.com/j-deng/ex_alipay
- Owner: j-deng
- License: mit
- Created: 2019-07-23T09:30:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T08:36:29.000Z (over 3 years ago)
- Last Synced: 2025-10-19T09:04:38.074Z (8 months ago)
- Topics: alipay, elixir
- Language: Elixir
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExAlipay

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)