-
Notifications
You must be signed in to change notification settings - Fork 60
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
Any support for async/await #93
Comments
Would like to see this as well. At the moment, I have written my own client library. |
Any update on this? I was quite surprised after taking a dependency on this, that it has not been addressed yet. |
I have talked with the support a few years ago and they said, they want to move the OpenAPI and then rework the clients, but It seems that this project is on hold: https://github.com/messagebird/openapi-specs?tab=readme-ov-file |
Thanks @SebastianStehle. With some more searching I also found https://www.postman.com/messagebird-official/messagebird-official/overview, not sure how up to date it is. But your link seems to have what I need for my use case to generate a usable client. |
If you have something. please publish it :D |
@SebastianStehle decided to roll my own client, but fwiw, with NSwag Studio you can use something like this if it fits your needs (untested). file:
|
At the moment all API requests in C# clients are executed synchronously. Is there plan to introduce asynchronous methods with async/await and cancellation token support?..
The text was updated successfully, but these errors were encountered: