Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Sypport #715

Closed
awemulya opened this issue Mar 10, 2021 · 1 comment
Closed

Async Sypport #715

awemulya opened this issue Mar 10, 2021 · 1 comment
Assignees

Comments

@awemulya
Copy link

Any plan to support async calls.
I am using Uvicorn and stripe http calls are blocking.

customers = await stripe.Customer.list()

@remi-stripe remi-stripe self-assigned this Mar 10, 2021
@remi-stripe
Copy link
Contributor

@awemulya Thanks for reaching out! We have looked into this in the past and built some prototypes to understand what it would look like. We have plans to re-design the library entirely or ship an alternative async-first version in the future but it likely won't happen this year.

I'm going to close this ask in favour of #327 which is the canonical one. We haven't forgotten about it and we are definitely interested to ship this but it's in parallel to other work such as finishing codegen for stripe-go for example and adding client/services to existing libraries like stripe-java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants