@pliancy/invoiced-sdk
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

invoiced-sdk

A TypeScript SDK for the Invoiced API

Develop

TODO

Unit Tests

yarn test
# or
yarn test --watch

Coverage

yarn test:cov
# then
yarn cov:view

E2E 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

Readme

Keywords

none

Package Sidebar

Install

npm i @pliancy/invoiced-sdk

Weekly Downloads

126

Version

7.0.0

License

MIT

Unpacked Size

52.2 kB

Total Files

46

Last publish

Collaborators

  • santese
  • pliancy-bot
  • justin.pliancy