Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feng19/alipay
Alipay SDK for Elixir
https://github.com/feng19/alipay
alipay-sdk elixir
Last synced: 24 days ago
JSON representation
Alipay SDK for Elixir
- Host: GitHub
- URL: https://github.com/feng19/alipay
- Owner: feng19
- License: apache-2.0
- Created: 2024-01-29T08:36:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T07:42:00.000Z (6 months ago)
- Last Synced: 2024-04-26T07:45:43.504Z (6 months ago)
- Topics: alipay-sdk, elixir
- Language: Elixir
- Homepage: https://hexdocs.pm/alipay_sdk/readme.html
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alipay
**Alipay SDK for Elixir**
## Installation
You can be installed by adding `alipay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:alipay, "~> 0.1", hex: :alipay_sdk}
]
end
```## 快速测试
支付宝支持沙箱,用于快速测试
- [沙箱应用](https://open.alipay.com/develop/sandbox/app)
## Contributing
如果有接口未覆盖到,欢迎提交 `PR`,感谢。
## Copyright and License
Copyright (c) 2024 feng19
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.