0.1.0 • Published 6 years ago

capability-sdk-js v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
6 years ago

capability-sdk-js

Stability: 1 - Experimental

NPM version

Capability SDK for Node.js.

Contents

Installation

npm install capability-sdk

Usage

SDK can be require'd in your Node.js application via require().

const CapabilitySdk = require("capability-sdk");

Tests

No tests at this time.

Documentation

  • Services
    • Membrane: create and manage capabilities.

Releases

Policy

We follow the semantic versioning policy (semver.org) with a caveat:

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.

caveat: Major version zero is a special case indicating development version that may make incompatible API changes without incrementing MAJOR version.