0.3.1 • Published 2 years ago

odp-sdk v0.3.1

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

ODP Javascript SDK

Build Status

This library is under active development, and the API is unstable until we publish v1.0.0 The ODP js library provides convenient access to Ocean Data Platform from applications written in client- or server-side JavaScript.

The SDK supports authentication through api-keys (for server-side applications) and bearer tokens (for web applications).

Installation

Install the package with yarn or npm:

# Install with yarn:
yarn add odp-sdk

# Install with NPM:
npm install odp-sdk --save

Usage

const { ODPClient } = require("odp-sdk")

Using ES modules

import { ODPClient } from "odp-sdk"

Using typescript

The SDK is written in native typescript, so no extra types needs to be defined.

Quickstart

Web

Backend

Documentation

Development

Run all tests:

$ yarn
$ yarn test

We use jest to run tests, see their documentation for more information.

Versioning

The library follow Semantic Versioning.

Contributing

Contributions welcome! See more details and the code of conduct.

Release

We follow the git flow methodology and a release branch will automatically trigger a new version

CHANGELOG

You can find it here.

0.3.0

2 years ago

0.2.8

2 years ago

0.3.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

1.0.0-alpha5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

1.0.0-alpha4

2 years ago

1.0.0-alpha2

2 years ago

1.0.0-alpha3

2 years ago

1.0.0-alpha1

2 years ago

0.9.1

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago