beam-community / stripity-stripe

An Elixir Library for Stripe
Other
965 stars 344 forks source link

Stripe API Version table in README is years outdated #831

Open happycappie opened 5 months ago

happycappie commented 5 months ago

Existing Issue or Pull Request Verification

Package Version

3.1.1

Are you using the latest version?

Steps to Reproduce

Compare the table in Which version should I use to the list at Stripe API versions.

Expected Result

Mapping of :stripity_stripe versions to Stripe API versions after 2019-10-17:

Actual Result

image

yordis commented 5 months ago

the generator stopped working https://github.com/beam-community/stripity-stripe/pull/829

We need some consensus in terms of what I should do to fix it!

github-actions[bot] commented 4 months ago

This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment.

PJUllrich commented 4 months ago

The OpenAPI spec you use for code generation has the latest API version in info -> version. Could you maybe update the Readme with it?

I see it in spec3.json -> "info" -> "version"

CleanShot 2024-04-22 at 11 18 15@2x
github-actions[bot] commented 3 months ago

This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment.

happycappie commented 3 months ago

bump, please see comment above from https://github.com/beam-community/stripity-stripe/issues/831#issuecomment-2068898851

yordis commented 3 months ago

Related to https://github.com/beam-community/stripity-stripe/pull/829