-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial version of chapter 6 #15
base: main
Are you sure you want to change the base?
Conversation
Build Successful! You can find a link to the downloadable artifacts below.
|
|=== | ||
|
||
=== Begriffe und Konzepte | ||
Begriff 1, Begriff 2, Begriff 3 | ||
|
||
API Lifecycle, API Produkt, Linting, Consumer-driven Contract Testing, API Gateway |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sollen wir "Consumer-driven" rausschmeissen und einfach nur "Contract Testing"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oder vielleicht "Consumer-driven" in Klammern?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, wenn das hilft auch gut. Je weniger wir uns festlegen auf spezielle Nischen desto besser.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja, finde ich gut. Passe ich noch an.
==== LZ 6-2: APIs als Produkte verwalten | ||
|
||
APIs kommen oft in lose gekoppelten Szenarien zum Einsatz und aus diesem Grund ist es sinnvoll, sie als Produkte zu managen. | ||
Teilnehmer:innen verstehen, was es bedeutet, eine API als Produkt zu verwalten. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eine -> ein
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kann ich ändern. Gibt es bei API eine offizielle Meinung zu ein/eine? Ich nehme ich "eine" als eine Schnittstelle. Aber ein Interface ist vermutlich passender.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ein schätze, wir müssen unter uns abstimmen oder beim Council nachfragen :-)
Siehe https://github.com/isaqb-org/curriculum-api/pull/9/files/9caa8bbe568c10b5362c72211207dad3f891b14d#diff-3b1db79b29a1523a7aecaab37161aa8b7b1327d11b0fb2a917ee0ffaf172efd7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gibt es da Kulturkampfdiskussionen? Das sollten wir vermeiden, da werde ich dann sehr schnell sehr flexibel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich würde auch "ein" sagen, denn es ist das Interface, das API. Es gibt aber keine Vorgabe oder ähnliches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Und tatsächlich verwenden alle Quellen, die ich auf die Schnelle finde, "API-Design" als Schreibweise. Also mit Bindestrich.
[[LZ-6-3]] | ||
==== LZ 6-3: API Lifecycle Tooling kennen | ||
|
||
Teilnehmer:innen kennen typische Tools für den Einsatz im API Lifecycle zur Unterstützung von Produzenten und Konsumenten wie Linting, Testing (z. B. Consumer-driven Contract Testing), Mocking sowie Betrieb (API Gateways). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wie oben vorgeschlagen "Consumer-driven" loeschen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments.
No description provided.