With regard to Swagger: <https://github.com/swagge...
# server
n
With regard to Swagger: https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started#what-is-it-about
swagger-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?
t
I’ve done some work with it when I was writing an annotation processor to generate swagger specs from kotlin code