sfr-cdn

1.0.0 • Public • Published

node-sfr-cdn

API of the SFR CDN

Usage with the binary

sfr-cdn -l login -k key ping

sfr-cdn -l login -k key purgeByRegex zone regex

sfr-cdn -l login -k key purgeByUrl url

sfr-cdn -l login -k key prefetchByUrl url

Usage with node

var CDN = require('sfr-cdn');
 
var cdn = new CDN(login, key);
 
cdn.ping(callback);
 
cdn.purgeByRegex(zone, regex, callback);
 
cdn.purgeByUrl(url, callback);
 
cdn.prefetchByUrl(url, callback);

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i sfr-cdn

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • abarre