c12i / mpesa-rust

A MPESA API sdk in Rust
https://c12i.github.io/mpesa-rust/mpesa/index.html
MIT License
43 stars 14 forks source link

Less generic type & lifetime noise on the Mpesa Struct & RequestBuilders #94

Closed Tevinthuku closed 8 months ago

Tevinthuku commented 8 months ago

The Request builders had to have the ApiEnvironment generic parameter which feels a bit off. (RequestBuilders shouldn't concern themselves with the APIEnvironment)