From a961eaef6456840e0ba62671d70bf0c7f4e18d03 Mon Sep 17 00:00:00 2001 From: Ed Ropple Date: Thu, 1 Mar 2018 00:42:11 -0500 Subject: [PATCH 1/2] Update IMPLEMENTATIONS.md Modern isn't quite finished but it's rapidly approaching "usable by people who are not me" territory and I figured it was time to start talking about it a little bit. --- IMPLEMENTATIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index f2a8bdaf11..dc01815f96 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -45,6 +45,7 @@ These tools are not necessarily endorsed by the OAI. |----------------|--------------|----------|---------------------| | Vert.x Web API Contract | [Github/vert-x3/vertx-web](http://vertx.io/docs/#web) | Java, Kotlin, JavaScript, Groovy, Ruby, Ceylon & Scala | Create an API endpoint with Vert.x 3 and OpenAPI 3 with automatic requests validation | Fusio | [Github/apioo/fusio](https://github.com/apioo/fusio) | PHP, JavaScript | Build API endpoints based on OpenAPI 3 +| Modern | [Github/modern-project/modern-ruby](https://github.com/modern-project/modern-ruby | Ruby | OpenAPI 3-based Rack framework with automatic OAS generation and requests/response validation #### Code Generators From 07fde54a60c9763260a622b5f0dfeccf5a465491 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Fri, 9 Mar 2018 17:55:23 +0000 Subject: [PATCH 2/2] Implementations; fix link to modern framework --- IMPLEMENTATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index dc01815f96..5b808da01d 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -45,7 +45,7 @@ These tools are not necessarily endorsed by the OAI. |----------------|--------------|----------|---------------------| | Vert.x Web API Contract | [Github/vert-x3/vertx-web](http://vertx.io/docs/#web) | Java, Kotlin, JavaScript, Groovy, Ruby, Ceylon & Scala | Create an API endpoint with Vert.x 3 and OpenAPI 3 with automatic requests validation | Fusio | [Github/apioo/fusio](https://github.com/apioo/fusio) | PHP, JavaScript | Build API endpoints based on OpenAPI 3 -| Modern | [Github/modern-project/modern-ruby](https://github.com/modern-project/modern-ruby | Ruby | OpenAPI 3-based Rack framework with automatic OAS generation and requests/response validation +| Modern | [Github/modern-project/modern-ruby](https://github.com/modern-project/modern-ruby) | Ruby | OpenAPI 3-based Rack framework with automatic OAS generation and requests/response validation #### Code Generators