4.5.1 • Published 1 year ago

@vertx/oracle-client v4.5.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

npm (scoped) npm Security Status

Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!

// Base API
import * as API from '@vertx/oracle-client';
// Base ENUMs
import * as ENUMS from '@vertx/oracle-client/enums';
// DataObject's
import * as OPTIONS from '@vertx/oracle-client/options';

// refer to the API docs for specific help...

// your code here!!!

Typescript

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:

/// <definition types="es4x" />
// @ts-check

// your TypeScript code here...

Links

4.5.1

1 year ago

4.4.3

2 years ago

4.3.8

2 years ago

4.3.4

3 years ago

4.3.2

3 years ago

4.2.7

3 years ago

4.2.5

3 years ago

4.2.3

3 years ago

4.2.2

3 years ago

4.2.4

3 years ago

4.2.1

4 years ago

4.2.0

4 years ago