SwaggerHub doesnt have the export options for Spring Server stubs openapi 3.0.0
HI Team, Thanks for OpenApi 3.0.0. Its defenitely enhancing the quality of the documents and reusable. But I dont see an option to export to Spring in Server stubs on openapi 3.0.0. I see only jaxrs options, please see the screen shot attached. Am I missing something?Solved2.3KViews0likes2CommentsCodegen issues
My developers have raised a couple of issues with the code generated from Swaggerhub for the server (aspnet5 or aspnetcore). Firstly I've moved an enumerated attribute which is used in several definitions to a domain in order to separate this into it's own class which can be altered in isolation from the APIs. The models look good in the UI, attribute and enumerated values are there, but in the generated code this creates an empty class for the attribute. Additionally, when this attribute (or others) are defined in the actual API definition, codegen creates the attribute as a string value but does not add the enumerated literals. When we generate the client code (csharp) it works fine and picks up the enums. Is this working as expected? (and if so why)1.3KViews0likes0Comments