Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsyaasir/pesapal-rs
Client library for the PesaPal services
https://github.com/itsyaasir/pesapal-rs
payment pesapal rust
Last synced: 16 days ago
JSON representation
Client library for the PesaPal services
- Host: GitHub
- URL: https://github.com/itsyaasir/pesapal-rs
- Owner: itsyaasir
- License: mit
- Created: 2023-08-12T12:05:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T16:28:43.000Z (about 1 year ago)
- Last Synced: 2024-04-24T07:21:24.510Z (8 months ago)
- Topics: payment, pesapal, rust
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Pesapal
[![Rust](https://github.com/itsyaasir/pesapal-rs/actions/workflows/general.yml/badge.svg)](https://github.com/itsyaasir/pesapal-rs/actions/workflows/general.yml)
[![](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)## About
A client side library written in rust for accessing [PesaPal API](https://developer.pesapal.com/) services.
## Install
`Cargo.toml`
```toml
[dependencies]
pesapal = { git = "https://github.com/itsyaasir/pesapal-rs" }
```## Author
**Yasir Shariff**
- Twitter: [@itsyaasir](https://twitter.com/itsyaasir)
- Not affiliated with PesaPal.## Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/itsyaasir/pesapal-rs/issues). You can also take a look at the [contributing guide](CONTRIBUTING.md).Copyright © 2023 [Yasir Shariff](https://github.com/itsyaasir).
This project is [MIT](LICENSE) licensed.