0.4.3 • Published 6 years ago

fh-cachekey-client v0.4.3

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

fh-cachekey-client

Simple CacheKey client for publishing, updating and removing cache keys with Millicore.

Usage

var mcache = require('fh-cachekey-client')({ millicore : { serviceKey : '1a2b...', url : 'http://testing.feedhenry.me' }, rejectUnauthorized : true // passes to rejectUnauthorized property of request })

Tests

Unit tests:

npm test

Acceptance tests (which don't run by default):

./node_modules/.bin/mocha -A -u exports --recursive -t 10000 test/test-accept.js

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago