0.4.2 • Published 4 months ago

@ozmap/ozmap-sdk v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ozmap-sdk

Use this sdk to access ozmap plataform and connect it to your own systems

Site | API | Docs

Installation

Using npm:

$ npm i --save @ozmap/ozmap-sdk

In Node.js:

// Load the full build.
import OZMapSDK from '@ozmap/ozmap-sdk';

// Creating SDK instance
let ozmap = new OZMapSDK('$OZMAP_URL', '$OZMAP_KEY');

// Authenticating using KEY
await ozmap.authentication();

// Authenticating using User/Password
await ozmap.authentication('$OZMAP_USER', '$OZMAP_PASSWORD');

Usage examples:

// Fetching ALL cables
let cables = await ozmap.getCable().getAll();

// Fetch Cable by ID
let cable = await ozmap.getCable().getById('$CABLE_ID');

...
0.4.2

4 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.0

1 year ago

0.1.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.0.20

2 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8-teste2

3 years ago

0.0.8-teste

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1-4

3 years ago

0.0.1-3

3 years ago

0.0.1-2

3 years ago

0.0.1-1

3 years ago

0.0.1

3 years ago