@pliancy/invoiced-sdk
v8.1.0
Published
Easily perform operations against the Invoiced API
Readme
invoiced-sdk
A TypeScript SDK for the Invoiced API
Develop
TODO
Unit Tests
yarn test
# or
yarn test --watchCoverage
yarn test:cov
# then
yarn cov:viewE2E Tests
E2E tests are meant to run against a sandbox instance of Invoiced. In order to run you'll need to
create the file config/local-test.json5 with the following keys:
{
url: 'https://api.sandbox.invoiced.com',
password: '<your-api-key>'
}Then simply run yarn e2e or yarn e2e --watch
NOTE: config/local* file(s) are not tracked in Git.
Contribute
TODO
