Are async scenarios supported? #9
Unanswered
hivemindunit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand there's now a way to connect the WebUI to external APIs using the OpenAPI specification and an OpenAPI Tool server, which acts as a gateway to my API.
However, my API is designed to be asynchronous – meaning a user can initiate an activity that will be completed after some time. Is there a way to receive updates from the remote service using webhooks or websockets?
Beta Was this translation helpful? Give feedback.
All reactions