appcd-config-service

3.1.6 • Public • Published

appcd-config-service

Appc Daemon service for managing the appcd configuration.

Visit https://github.com/appcelerator/appc-daemon for more information.

Report issues to GitHub issues. Official issue tracker in JIRA.

Installation

npm i appcd-config-service

Usage

import ConfigService from 'appcd-config-service';
import Config from 'appcd-config';
import Dispatcher from 'appcd-dispatcher';

const cfg = new Config({ config: { foo: 'bar' } });
const svc = new ConfigService(cfg);

Dispatcher.register('/some/path', svc);

const ctx = await Dispatcher.call('/some/path');
console.log(ctx.response);

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i appcd-config-service

Weekly Downloads

0

Version

3.1.6

License

Apache-2.0

Unpacked Size

34 kB

Total Files

5

Last publish

Collaborators

  • cb1kenobi
  • awam
  • tisdk