PrintNode / PrintNode-JS

Silently print from within a browser using javascript and PrintNode remote printing service.
https://www.printnode.com
MIT License
65 stars 27 forks source link

Add support for specifying {offset, limit} for printjobs(). #8

Open martinwaugh opened 5 years ago

martinwaugh commented 5 years ago

'params' parameter of printjobs(options, params) supports an additional, optional field, 'range' which is an object {offset: n, limit: m}, as per PrintNode docs.