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

Swagger-UI DownloadURL autocomplete #9985

Open
mispon opened this issue May 29, 2024 · 0 comments
Open

Swagger-UI DownloadURL autocomplete #9985

mispon opened this issue May 29, 2024 · 0 comments

Comments

@mispon
Copy link

mispon commented May 29, 2024

Greetings!

I am solving a problem similar to this #8665. There is a service that should become a single API viewpoint for all other services of the company. So I want to augment the download-url-wrapper functionality so that when typing the name of the service, an autocomplete is triggered, roughly like when you search in the search box.

It seemed to me that implementing this as a plugin would be the most elegant solution, but I absolutely can't figure out where to start when working with plugins, what functionality is available to them and what is not. For example, can I intercept the event of input in the search bar or clicking on the Explore button? Or adding additional react components? (dropdown list with autocomplete).

Thank you very much in advance for your answers!

@mispon mispon changed the title Swagger-UI Plugins Question Swagger-UI DownloadURL autocomplete May 30, 2024
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

1 participant