# paypal-rs ![Rust](https://github.com/edg-l/paypal-rs/workflows/Rust/badge.svg) ![Docs](https://docs.rs/paypal-rs/badge.svg) A rust library that wraps the [paypal api](https://developer.paypal.com/docs/api) asynchronously. Documentation: https://docs.rs/paypal-rs Currently in early development. ## Testing You need the enviroment variables PAYPAL_CLIENTID and PAYPAL_SECRET to be set. `cargo test --lib`