2020-06-09 08:08:22 +00:00
|
|
|
# paypal-rs
|
|
|
|
![Rust](https://github.com/edg-l/paypal-rs/workflows/Rust/badge.svg)
|
2020-06-09 16:23:46 +00:00
|
|
|
![Docs](https://docs.rs/paypal-rs/badge.svg)
|
2020-06-08 20:30:45 +00:00
|
|
|
|
2020-06-10 10:29:13 +00:00
|
|
|
A rust library that wraps the [paypal api](https://developer.paypal.com/docs/api) asynchronously in a strongly typed manner.
|
2020-06-08 20:30:45 +00:00
|
|
|
|
2020-06-09 16:27:51 +00:00
|
|
|
Crate: https://crates.io/crates/paypal-rs
|
|
|
|
|
2020-06-09 13:04:14 +00:00
|
|
|
Documentation: https://docs.rs/paypal-rs
|
|
|
|
|
2020-06-09 16:26:31 +00:00
|
|
|
Currently in early development.
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
You need the enviroment variables PAYPAL_CLIENTID and PAYPAL_SECRET to be set.
|
|
|
|
|
|
|
|
`cargo test --lib`
|