dps-folio-lookup

0.1.0 • Public • Published

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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i dps-folio-lookup

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • richardbrammer