fh-millicore-client

0.8.0 • Public • Published

fh-millicore-client

Standalone js client for interacting with

Usage

var millicore = require('fh-millicore-client')({ "url": "https://localhost", "serviceKey": "1a", "apiKey": "2b", "scheme": "http://" }); // example millicore app props read. Req is express request obj millicore.appprops.read(req, guid, function(err, appProps){

});

Tests

Unit

npm test

Acceptance

export FH_COOKIE="get this from the studio";
export NODE_TLS_REJECT_UNAUTHORIZED=0; 
./node_modules/.bin/mocha -A -u exports --recursive -t 10000 ./test/accept;

Readme

Keywords

none

Package Sidebar

Install

npm i fh-millicore-client

Weekly Downloads

3

Version

0.8.0

License

Apache-2.0

Unpacked Size

127 kB

Total Files

53

Last publish

Collaborators

  • craigbrookes
  • feedhenry
  • feedhenry-dev
  • grdryn
  • luigizuccarelli
  • roregan
  • weileylee
  • wtrocki