From a9ef5d0fd9bd0bb3e472fb2e9940361d4a8e2dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20G=C3=BCnther?= Date: Wed, 12 Jan 2022 08:59:02 +0100 Subject: [PATCH] added tags --- api-first-approach/index.asciidoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/api-first-approach/index.asciidoc b/api-first-approach/index.asciidoc index 9a678834..bb5533aa 100644 --- a/api-first-approach/index.asciidoc +++ b/api-first-approach/index.asciidoc @@ -1,6 +1,13 @@ = API first approach with OpenAPI generator +[tags] +-- +Framework=Quarkus;Spring +Category=REST;OpenAPI +Tools=devonfw;OpenAPI generator +Difficulty=Medium +-- ==== -This tutorial will show you how to use an API first approach to create a RESTful web service in Quarkus from an OpenAPI specification using the OpenAPI generator plugin. +This tutorial will show you how to use an API first approach to create a RESTful web service from an OpenAPI specification using the OpenAPI generator plugin. We will use a [Quarkus](https://quarkus.io/) project to demonstrate the use case. However, you can also use the OpenAPI generator in the same way for Spring. For more information about the API fist approach, see the [devon4j documentation](https://github.com/devonfw/devon4j/blob/master/documentation/guide-api-first.asciidoc). For more details on the OpenAPI generator, have a look at the [official webpage](https://openapi-generator.tech/).