3.0.1 • Published 8 years ago
kevoree-registry-client v3.0.1
Kevoree Registry Client
A library to communicate with a Kevoree registry REST API
:warning: this is under development, use at your own risks :warning:
Install
npm install kevoree-registry-clientor
yarn add kevoree-registry-clientUsage
import * as api from 'kevoree-registry-client';
// list namespaces
api.namespace.all()
.then((namespaces) => {
namespaces.forEach(ns => console.log);
})
.catch(err => {
console.error(err.message);
});Bundles
The API is built for 3 different targets:
- es6 (nodejs v6+)
build/main
- browser (es5)
build/browser
Clone
git clone git@github.com:kevoree/kevoree-js-registry-client.git
cd kevoree-js-registry-clientTests
npm install
npm run build
npm testNotes
This API makes an extensive use of Promise and fetch which means that it is only compatible with real browsers by default as it is not shipped with any polyfill.
If you want to make it work on bad browsers you'll need things like github/fetch and stefanpenner/es6-promise.
3.0.1
8 years ago
3.0.0
8 years ago
1.0.0-alpha.10
8 years ago
1.0.0-alpha.9
8 years ago
1.0.0-alpha.8
8 years ago
1.0.0-alpha.7
8 years ago
1.0.0-alpha.6
8 years ago
1.0.0-alpha.5
8 years ago
1.0.0-alpha.4
8 years ago
1.0.0-alpha.3
8 years ago
1.0.0-alpha.2
8 years ago
1.0.0-alpha.1
8 years ago
1.0.0-alpha.0
8 years ago
1.0.0-alpha
8 years ago
2.2.2
11 years ago
2.2.1
11 years ago
2.2.0
11 years ago
2.1.0
11 years ago
2.0.4
11 years ago
2.0.3
11 years ago
2.0.2
11 years ago
2.0.1
11 years ago
2.0.0
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago