Skip to content

Commit

Permalink
Merge pull request #36 from isaqb-org/31-what-about-idls-like-corba-i…
Browse files Browse the repository at this point in the history
…dl-you-should-name-them

adding examples of alternative description languages/methods
  • Loading branch information
sippsack authored Jan 14, 2025
2 parents a53cd8e + 833fe45 commit c59f488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-api-description/01-duration-terms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|===

=== Begriffe und Konzepte
API-Beschreibung, OpenAPI
API-Beschreibung, OpenAPI, GraphQL, gRPC, AsyncAPI, IDL

// end::DE[]

Expand Down
5 changes: 5 additions & 0 deletions docs/05-api-description/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Teilnehmer:innen verstehen die Hauptelemente einer OpenAPI Beschreibung und wie

OpenAPI ist spezialisiert auf HTTP APIs. Für andere API-Stile können alternative Beschreibungssprachen mit ähnlichen generellen Zielen verwendet werden. Teilnehmer:innen kennen diese alternativen Beschreibungssprachen und können sie API-Stilen zuordnen.

* gRPC für RPC-orientierte APIs
* AsyncAPI für Event-orientierte APIs
* GraphQL für Query-orientierte APIs
* Das Konzept einer Interface Definition Language (IDL)

// end::DE[]

// tag::EN[]
Expand Down

0 comments on commit c59f488

Please sign in to comment.