Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ava57r/yandex-checkout-rs
Yandex.Checkout API
https://github.com/ava57r/yandex-checkout-rs
api-client yandex-kassa
Last synced: about 2 months ago
JSON representation
Yandex.Checkout API
- Host: GitHub
- URL: https://github.com/ava57r/yandex-checkout-rs
- Owner: ava57r
- License: mit
- Created: 2019-05-25T19:04:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T13:54:50.000Z (over 5 years ago)
- Last Synced: 2024-10-31T11:35:36.088Z (about 2 months ago)
- Topics: api-client, yandex-kassa
- Language: Rust
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yandex.Checkout API Rust Client Library.
This product is used for managing payments under The [Yandex.Checkout API](https://kassa.yandex.ru/docs/checkout-api/). For usage by those who implemented Yandex.Checkout using the API method.
## Installation
This crate works with Cargo and is on
[crates.io](https://crates.io/crates/yandex_checkout). The package is regularly updated.
Add it to your `Cargo.toml` like so:```toml
[dependencies]
yandex_checkout = "0.1"
```[More details in our documentation for the Yandex.Chechout API](https://kassa.yandex.ru/docs/checkout-api/)