From 71807dff8afa47cc76f2783fd065c71680cdf2f7 Mon Sep 17 00:00:00 2001 From: ladd Date: Tue, 5 Feb 2019 10:30:32 -0800 Subject: [PATCH] Add a link to OpenAPI Generator --- IMPLEMENTATIONS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 7d55834082..a2588c042d 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -72,3 +72,6 @@ These tools are not endorsed by the OAI. | slush-vertx | [github/pmlopes/slush-vertx](https://github.com/pmlopes/slush-vertx) | Java, Kotlin & Groovy | Generate server skeleton for [Vert.x Web API Contract](http://vertx.io/docs/#web) and API Client based on [Vert.x 3 Web Client](http://vertx.io/docs/#web) | WebSphere Liberty | [Download jar](https://developer.ibm.com/wasdev/downloads/) | Java EE | Generates OpenAPI v3 documentation from Java EE applications | | swagger-node-codegen | [github/fmvilas/swagger-node-codegen](https://github.com/fmvilas/swagger-node-codegen) | Node.js | Generates a Node.js/express server, but also has a template engine for creating any templates needed. | +| OpenAPI Generator | [github/OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator) | Polyglot | Creates API client libraries, server stubs, documentation and configuration | + +