Burgyn/MMLib.SwaggerForOcelot

Request: Api Search across all swagger docs

Montago opened this issue · 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.

Burgyn commented

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.

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 ?