@amalto/platform6-client
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

Platform 6 Node.js Client

Platform 6 Node.js client

Build Status Coverage Status

This repository is a Platform 6 client aiming to help the development a service in JavaScript. It exposes, among others, methods to facilitate the communication with a Platform 6 instance.

Requirements

Platform 6 client depends on:

Installing the client

The following command installs Platform 6 client as a Node.js dependency:

$ npm install --save @amalto/platform6-client

Using the client

Demo project

You can find an example of a service using this library here.

Logging

We rely on the library debug for debugging.

To display the logs of Platform 6, set the DEBUG environment variable like this:

$ DEBUG=platform6:* node index.js

To filter the logs, please refer to the documentation of debug.

API

You will find the documentation of the methods exposed in the section API.

Release notes

Please refer to changelog to see the descriptions of each release.

License

MIT © Platform 6

Readme

Keywords

Package Sidebar

Install

npm i @amalto/platform6-client

Weekly Downloads

2

Version

2.1.1

License

MIT

Unpacked Size

191 kB

Total Files

40

Last publish

Collaborators

  • amalto-ci
  • vuongc