From 5af3a3f4fdee4bf9e3a62b00dd51e58e3a57dc39 Mon Sep 17 00:00:00 2001 From: raffrearaUS <33556912+raffrearaUS@users.noreply.github.com> Date: Wed, 15 Aug 2018 17:10:35 +0200 Subject: [PATCH 1/2] Added oas-tools and generator to implementations --- IMPLEMENTATIONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 29ef9b6d92..f76d464d5c 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -20,6 +20,7 @@ These tools are not endorsed by the OAI. | oas3-remote-refs | [github//OverSpeedIO/oas3-remote-refs](https://github.com/OverSpeedIO/oas3-remote-refs) | Node.js | Tool to pull remote refernences and merge them into the definitions of the provided OpenAPI3 speicfication. | go-openapi | [github/nasa9084/go-openapi](https://github.com/nasa9084/go-openapi) | Go | Golang struct model for OpenAPI 3.x. | | openapi | [github/wzshiming/openapi](https://github.com/wzshiming/openapi) | Go | OpenAPI 3 Specification for golang | +| oas-tools | [github/isa-group/oas-tools](https://github.com/isa-group/oas-tools) | Node.js | NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers | #### Editors @@ -64,3 +65,4 @@ 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. | +| oas-generator | [github/isa-group/oas-generator](https://github.com/isa-group/oas-generator) | Node.js | NodeJS RESTfull APIs scaffolding based OpenAPI 3.x specs using oas-tools and express | From bab19b28a386e81a5dc269ca8c288379bdffe6b9 Mon Sep 17 00:00:00 2001 From: raffrearaUS <33556912+raffrearaUS@users.noreply.github.com> Date: Fri, 17 Aug 2018 12:20:16 +0200 Subject: [PATCH 2/2] Update IMPLEMENTATIONS.md --- IMPLEMENTATIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index f76d464d5c..76e1e87019 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -20,7 +20,7 @@ These tools are not endorsed by the OAI. | oas3-remote-refs | [github//OverSpeedIO/oas3-remote-refs](https://github.com/OverSpeedIO/oas3-remote-refs) | Node.js | Tool to pull remote refernences and merge them into the definitions of the provided OpenAPI3 speicfication. | go-openapi | [github/nasa9084/go-openapi](https://github.com/nasa9084/go-openapi) | Go | Golang struct model for OpenAPI 3.x. | | openapi | [github/wzshiming/openapi](https://github.com/wzshiming/openapi) | Go | OpenAPI 3 Specification for golang | -| oas-tools | [github/isa-group/oas-tools](https://github.com/isa-group/oas-tools) | Node.js | NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers | +| oas-tools | [github/isa-group/oas-tools](https://github.com/isa-group/oas-tools) | Node.js | NodeJS module to manage contract-first RESTfull APIs defined with OpenAPI 3.0 Specs over express servers. | #### Editors @@ -65,4 +65,4 @@ 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. | -| oas-generator | [github/isa-group/oas-generator](https://github.com/isa-group/oas-generator) | Node.js | NodeJS RESTfull APIs scaffolding based OpenAPI 3.x specs using oas-tools and express | +| oas-generator | [github/isa-group/oas-generator](https://github.com/isa-group/oas-generator) | Node.js | NodeJS RESTfull APIs scaffolding for OpenAPI 3.x specs using oas-tools and express. |