Skip to content

An example API service by using "API First" design principal

Notifications You must be signed in to change notification settings

ilterpehlivan/api-first-example

Repository files navigation

Api First Demonstration

Sample project to generate codes from swagger files. It also includes modification for Webflux code generation

Steps

  1. Design your api
  2. Locate api folder and change build.gradle mapping to the openapi or swagger file by changing following line

def openapiSourceFile = "$rootDir/api/users-api.yaml"

  1. gradle build
  2. Code is ready for you

This code was generated by the OpenAPI Generator project.

About

An example API service by using "API First" design principal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published