-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Execute API calls from UI #914
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Moved the issue as html-template is basically a wrapper for the react component where all feature like this need to be added |
Is this actually something that can be easily supported? The web client would have to act as a real publisher/subscriber and be able to connect to an actual message broker like Kafka or RabbitMQ. The only way to support this that I can think of is via an extra server component and websocket communication. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
I also thought of having a websocket connection but allowing your frontend to access to a backend server even just for adding tasks will become a vulnerability |
Reason/Context
It would make frontend devs life easier if they could execute the API directly from the generated documentation just like in Swagger.
Description
We have to show an Execute button and on its click it should show the server and authorisation settings and call the API from the doc itself.
We also have to show the API response in the UI.
The text was updated successfully, but these errors were encountered: