RicoSuter / NSwag

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

how to use nswag to display micro service open api documents with ocelot? #2625

Open gainorloss opened 4 years ago

gainorloss commented 4 years ago

I want to use nswag in micro-service-project with ocelot to display open api documents,how to config?

ginomessmer commented 4 years ago

Hi @gainorloss, did you find a solution in the meantime? I'm facing the same issue and started to use YARP with forwarded headers instead of Ocelot, still no dice though.