Skip to content

Commit 14fc65d

Browse files
Updated IMPLEMENTATIONS.md with Vert.x projects
1 parent 623165e commit 14fc65d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

IMPLEMENTATIONS.md

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

3939

4040
#### Server Implementations
41-
41+
| Title | Project Link | Language |Description |
42+
|----------------|--------------|----------|---------------------|
43+
| 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
4244

4345
#### Code Generators
4446

@@ -48,3 +50,4 @@ These tools are not necessarily endorsed by the OAI.
4850
| Google Gnostic | [GitHub/googleapis/gnostic](https://github.com/googleapis/gnostic) | Go | Compile OpenAPI descriptions into equivalent Protocol Buffer representations. |
4951
| 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 |
5052
| 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 |
53+
| 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)

0 commit comments

Comments
 (0)