Integrating Swagger Brake into Maven/Gradle projects
In the previous article, I’ve covered the general ideas around Swagger Brake and how to use the command-line interface to check your API for breaking changes. Now, I’ll show you Continue reading
Being a good software engineer is 3% talent, 97% not being distracted by the internet.
In the previous article, I’ve covered the general ideas around Swagger Brake and how to use the command-line interface to check your API for breaking changes. Now, I’ll show you Continue reading
We’ve already seen a lot of things in the previous parts of the series. Although, it’s very useful if you know how to extend the code generation process for the Continue reading
Introduction Customizing your Swagger code generation is easier than you would expect. Adding new custom attributes into your specification file is easy as the OpenAPI spec knows the term extensions Continue reading
In the last article, I showed you how to use a custom template for code generation. If you haven’t read the previous parts of the series, make sure you do Continue reading
This article is the second part of a Swagger Codegen series. If you haven’t read the first one, make sure you do it before continuing. In this one I’ll show Continue reading
Introduction to Swagger Swagger is a powerful tool to enable sharing REST contracts with each other. It’s useful in any architecture today and even better if you are thinking about Continue reading