Module to manage integration with accounting service.
npm install @things-factory/integration-accounting- support 10+ accounting platforms
- xero https://xeroapi.github.io/xero-node/v4/accounting/index.html
- unified API
- By integrating different APIs of various platforms, one standard API can be used.
- using frameworks
- chai(https://www.chaijs.com/)
- mocha(https://mochajs.org/)
- should(https://github.com/shouldjs/should.js)
- usages
````test all tests
$ yarn testtest specific modules test
$ DEBUG=things-factory: NODE_ENV=development npx mocha -r ts-node/register ./test/accounting-api/spec.tstest specific test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/accounting-api/get-account-products-spec.ts
- https://www.npmjs.com/package/debug
- xxxx
- yyyy