arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
464 stars 130 forks source link

Automatically generate version from openapi #320

Closed arlyon closed 1 year ago

arlyon commented 1 year ago

Is your feature request related to a problem? Please describe.

We currently have the api versions hard-coded when we can extract them from the openapi directly.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

arlyon commented 1 year ago

Closed in #361