0.0.3 • Published 4 years ago

@capsulajs/capsulahub-service-environment-registry v0.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

Environment Registry service extension

This service allows to register and load different versions of a project/service environment.
This is the bootstrapped service ready to use for CapsulaHub.
More detailed info are available here.

Install

NPM

To install the package from NPM registry you should run

yarn add @capsulajs/capsulahub-service-environment-registry

or

npm install @capsulajs/capsulahub-service-environment-registry

CDN

You can get the default export from the link

https://capsulajs.s3.amazonaws.com/develop/service-environment-registry/index.js

WorkspaceConfiguration example

  "services": {
      "serviceName": "EnvironmentRegistryService",
      "path": "https://capsulajs.s3.amazonaws.com/develop/service-environment-registry/index.js",
      "definition": {
        "serviceName": "EnvironmentRegistryService",
        "methods": {
          "register": { "asyncModel": "requestResponse" },
          "environments$": { "asyncModel": "requestStream" }
        }
      },
      "config": { "serviceName": "EnvironmentRegistryService" }
  }

Exports

Default

Bootstrap function of the extension.

Named (API)

The public API of the extension.

Usage

See here

API

CDN

The documentation about public API.

Local

Run

yarn doc

And open doc/index.html in browser.

Tests

Run

1) yarn test 2) yarn test:debug

Licence

CapsulaHub and related services are released under MIT Licence.

Back to the Main Page

0.0.2-next.35

4 years ago

0.0.3

4 years ago

0.0.2-next.32

4 years ago

0.0.2-next.14

5 years ago

0.0.2-next.11

5 years ago

0.0.2-next.9

5 years ago

0.0.2-next.7

5 years ago

0.0.2-next.6

5 years ago

0.0.2-next.3

5 years ago

0.0.2-next.2

5 years ago

0.0.2-next.1

5 years ago

0.0.2-alpha.2

5 years ago

0.0.2-alpha.1

5 years ago

0.0.2-alpha.0

5 years ago

0.0.1

5 years ago