Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.