Generated Eclipse Vert.x bindings for 'vertx-web-api-contract'
npm install @vertx/web-api-contract!npm (scoped)
!npm
!Security Status
Generated JavaScript bindings for Eclipse Vert.x.
* API Docs
* Manual
* NPM module
Import the required API/Enum/DataObject and profit!
``js
// Base API
import * as API from '@vertx/web-api-contract';
// Base ENUMs
import * as ENUMS from '@vertx/web-api-contract/enums';
// DataObject's
import * as OPTIONS from '@vertx/web-api-contract/options';
// refer to the API docs for specific help...
// your code here!!!
`
This package includes Typescript typedefinitions and your IDE should find then automatically.
When working in a project you can enable type hinting for the runtime as:
`js
///
// @ts-check
// your TypeScript code here...
``