Skip to content

Commit ca0ddfc

Browse files
authored
Merge pull request #1395 from slinkydeveloper/patch-1
Updated IMPLEMENTATIONS.md with Vert.x projects
2 parents 3b706dd + 22c7cbe commit ca0ddfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

IMPLEMENTATIONS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ These tools are not necessarily endorsed by the OAI.
3939

4040

4141
#### Server Implementations
42-
42+
| Title | Project Link | Language |Description |
43+
|----------------|--------------|----------|---------------------|
44+
| 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
4345

4446
#### Code Generators
4547

@@ -49,4 +51,6 @@ These tools are not necessarily endorsed by the OAI.
4951
| Google Gnostic | [GitHub/googleapis/gnostic](https://github.com/googleapis/gnostic) | Go | Compile OpenAPI descriptions into equivalent Protocol Buffer representations. |
5052
| serverless-openapi-documentation | [GitHub/temando/serverless-openapi-documentation](https://github.com/temando/serverless-openapi-documentation) | Typescript | Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration |
5153
| zero-rails_openapi | [GitHub/zhandao/zero-rails_openapi](https://github.com/zhandao/zero-rails_openapi) | Ruby | Provide concise DSL for generating the OpenAPI Specification 3 documentation file for Rails application |
54+
| 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)
5255
| WebSphere Liberty | [Download jar] (https://developer.ibm.com/wasdev/downloads/) | Java EE | Generates OpenAPI v3 documentation from Java EE applications |
56+

0 commit comments

Comments
 (0)