0.8.0 • Published 6 years ago

fh-millicore-client v0.8.0

Weekly downloads
3
License
Apache-2.0
Repository
-
Last release
6 years ago

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;
0.8.0

6 years ago

0.7.0

7 years ago

0.6.12

7 years ago

0.6.11-pre.1

7 years ago

0.6.11

8 years ago

0.6.11-pre2

8 years ago

0.6.11-pre

8 years ago

0.6.10

8 years ago

0.6.9

8 years ago

0.6.4

8 years ago

0.4.6

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.6-pre.1

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago