Skip to content

Commit

Permalink
Merge pull request #49 from isaqb-org/40-lg-5-2-add-hint-about-risks-…
Browse files Browse the repository at this point in the history
…of-code-generation

Adding note about code generation risks
  • Loading branch information
sippsack authored Jan 22, 2025
2 parents 82ed198 + 252a59c commit b95b41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/05-api-description/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Teilnehmer:innen verstehen den Nutzen von API-Beschreibungen und kennen die Ziel

Teilnehmer:innen verstehen OpenAPI als eine auf HTTP APIs spezialisierte Beschreibungssprache.
Sie kennen die Geschichte von OpenAPI und wie sich die verschiedenen Versionen entwickelt haben.
Teilnehmer:innen wissen, wie sich OpenAPI zur Codegenerierung auf der Anbieter- oder Konsumentenseite verwenden lässt.
Teilnehmer:innen wissen, wie sich OpenAPI zur Codegenerierung auf der Anbieter- oder Konsumentenseite verwenden lässt, und welche Risiken diese Praxis hat.
Die generellen Strukturen von JSON und YAML sind bekannt.

[[LZ-5-3]]
Expand Down Expand Up @@ -45,7 +45,7 @@ Participants understand the value of API descriptions and understand the various
[[LG-5-2]]
==== LG 5-2: Understand OpenAPI as a Description Language for HTTP APIs

Participants understand OpenAPI as a description language that is specialized for HTTP-based APIs. They understand the history of OpenAPI and how the various versions evolved. Participants understand how to use OpenAPI for code generation both on the provider side and on the consumer side. The overall structure of JSON and YAML is understood.
Participants understand OpenAPI as a description language that is specialized for HTTP-based APIs. They understand the history of OpenAPI and how the various versions evolved. Participants understand how to use OpenAPI for code generation both on the provider side and on the consumer side, and that this practice has some risks. The overall structure of JSON and YAML is understood.

[[LG-5-3]]
==== LG 5-3: Understand OpenAPI's Structure
Expand Down

0 comments on commit b95b41e

Please sign in to comment.