Timeline: Feb - Mar 2021
I worked as part of a research group for a few months, where I worked with the Swagger toolset to explore ways of generating OpenAPI clients for Java applications. Using the Swagger Petstore API, I created two applications that demonstrate how to use Swagger Codegen to generate OpenAPI clients for the Swagger Petstore API, and how to use the generated clients to make calls to the Swagger Petstore API.
- Demo for Swagger Codegen CLI demonstrates how to use an OpenAPI client generated with the Swagger Codegen CLI in Java Spring Boot
- Demo for Swagger Codegen Maven Plugin demonstrates how to use an OpenAPI client generated with the Swagger Codegen Maven plugin in Java Spring Boot