Extending Swagger Codegen with new mustache template files using a new language

We’ve already seen a lot of things in the previous parts of the series. Although, it’s very useful if you … Read MoreExtending Swagger Codegen with new mustache template files using a new language

Accessing custom attributes in Swagger Codegen

Introduction Customizing your Swagger code generation is easier than you would expect. Adding new custom attributes into your specification file … Read MoreAccessing custom attributes in Swagger Codegen

Generating Feign clients with Swagger Codegen and Gradle

In the last article, I showed you how to use a custom template for code generation. If you haven’t read … Read MoreGenerating Feign clients with Swagger Codegen and Gradle