| Package | Description |
|---|---|
| io.vertx.ext.web.api |
= Vert.x-Web API Contract
:toc: left
Vert.x-Web API Contract brings to Vert.x two features to help you to develop you API:
* HTTP Requests validation
* OpenAPI 3 Support with automatic requests validation
== Using Vert.x API Contract
To use Vert.x API Contract, add the following dependency to the _dependencies_ section of your build descriptor:
* Maven (in your `pom.xml`):
[source,xml,subs="+attributes"]
----
|
| io.vertx.ext.web.api.contract | |
| io.vertx.ext.web.api.contract.openapi3 | |
| io.vertx.ext.web.api.validation |
Copyright © 2018 Eclipse. All rights reserved.