0.1.0 • Published 11 years ago

dps-folio-lookup v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

dps-folio-lookup

Gets back an array of folios from the distributon service of ADPS for a given account (Adobe Digital Publishing Suite).

Installation

npm install dps-folio-lookup

Usage

dps-folio-lookup has one function getFolios(accountId, all, callback). Use the callback function to access the array of issues. If you set all to true issues will include every rendition.

var lookup = require('dps-folio-lookup'),
	accountId = '' // get your account ID from Adobe here: http://lighthouse.adobe.com/dps/entitlement/index.php

lookup.getFolios(accountId, false, function (issues) {
	console.log(issues);
});
0.1.0

11 years ago