Nezteb
04/24/2019, 3:46 PMswagger-core
has a swagger-models
module that includes all the various bits of a Swagger file as code.
Microsoft has https://github.com/Microsoft/OpenAPI.NET for C#, with documentation on how to write a swagger doc with code instead of json/yaml by hand.
Is anyone aware of how to do that with swagger-models
or a library similar to it?tddmonkey
04/25/2019, 6:59 AM