0.8.0 • Published 7 years ago
fh-millicore-client v0.8.0
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
7 years ago
0.7.0
8 years ago
0.6.12
9 years ago
0.6.11-pre.1
9 years ago
0.6.11
9 years ago
0.6.11-pre2
9 years ago
0.6.11-pre
9 years ago
0.6.10
9 years ago
0.6.9
9 years ago
0.6.4
9 years ago
0.4.6
10 years ago
0.6.2
10 years ago
0.6.1
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago
0.4.6-pre.1
10 years ago
0.4.4
10 years ago
0.4.3
10 years ago
0.4.1
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.0
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago