RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.69k stars 1.24k forks source link

does swaggerui support apis query function? #3263

Open walt-liuzw opened 3 years ago

walt-liuzw commented 3 years ago

my project is netcore2.x, now I want to implement the following functions

image

In the head of swagger ui, query of routing keywords is supported to facilitate retrieval of api interface

jeremyVignelles commented 3 years ago

I'm not sure what you mean.

You seem to be using an outdated version of swagger UI, and Swagger UI, while installed automatically by NSwag, is not part of this repository.

walt-liuzw commented 3 years ago

Swagger

can you show me a code demo?