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

Execute API calls from UI #914

Open
nilkanth987 opened this issue Feb 13, 2024 · 3 comments
Open

Execute API calls from UI #914

nilkanth987 opened this issue Feb 13, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@nilkanth987
Copy link

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.

@nilkanth987 nilkanth987 added the enhancement New feature or request label Feb 13, 2024
@derberg derberg transferred this issue from asyncapi/html-template Feb 13, 2024
Copy link

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.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@derberg
Copy link
Member

derberg commented Feb 13, 2024

Moved the issue as html-template is basically a wrapper for the react component where all feature like this need to be added

@Papooch
Copy link

Papooch commented Mar 22, 2024

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.

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

No branches or pull requests

3 participants