RicoSuter / NSwag

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

Adds a setting-option to add swagger plugins. #4922

Open jarleli opened 1 week ago

jarleli commented 1 week ago

I wanted a way to add swagger plugins through NSwag.

Changed the signature of GetCustomScriptHtml to allow reuse. Added setting for plugin with name and script path. Script must be hosted in your application and reachable by swagger.

jarleli commented 1 week ago

resolves #4921

jarleli commented 1 week ago

Fixes #4921