MMLib.SwaggerForOcelot icon indicating copy to clipboard operation
MMLib.SwaggerForOcelot copied to clipboard

Request: Api Search across all swagger docs

Open Montago opened this issue 2 years ago • 2 comments

It would be awesome to have a search box in top of SwaggerUI which enables you to search for an API across all aggregated Swagger Docs.

It should search : Enpoint path, RequestObject, ResponseObject, any Documentation.

Montago avatar Sep 26 '23 11:09 Montago

Hey @Montago,,

thanks for the idea. Yes this is a relevant request. Unfortunately I have no ambition to create own UI. Anyway, I am open for collaboration.

Burgyn avatar Sep 29 '23 05:09 Burgyn

Could you help me get started with this feature request .. then i can make all the bits and pieces myself and maybe submit as a PR for this repo.

You said you dont want to make your own UI - does that mean that all Swagger UI comes from a nuget package ?

  • Would it be possible to inject HTML / JS ? (EDIT: I found out how to do that )

  • Is is possible to combine all swagger docs that i've defined in my Routes / SwaggerEndpoints into one giant JSON ?

Montago avatar Oct 03 '23 09:10 Montago