-
Notifications
You must be signed in to change notification settings - Fork 24
Description
It would be amazing to be able to init an empty node project and run something like npm install docuware-api and then develop a project that makes use of the ability to easily specify the required information (variables containing credentials, etc) and interact with a DocuWare system. Here is an example package for QuickBooks that displays the idea I'm hoping to see here https://www.npmjs.com/package/quickbooks
With the version management in Node/NPM and using semver it should be fairly simple to maintain releases of an npm package that would be compatible with specific versions of DocuWare.
This idea would possibly warrant a separate code repository, but it seems like the restWrapper contains most (if not all) of the ground work to make this possible.