adp-core
v2.4.10
Published
[](https://badge.fury.io/js/adp-core)
Readme
ADP Core Library
The ADP Core library allows interaction with your ADP Marketplace consumer application. Use with ADP Connection to access ADP APIs.
Previous version support
npm install [email protected]
Installation (with adp-connection)
$ npm install adp-connection adp-coreUsage
API Docs & Examples
Contributing
To contribute to the library, please generate a pull request. Before generating the pull request, please insure the following:
- Appropriate unit tests have been updated or created.
- Code coverage on unit tests must be no less than 100%.
- Your code updates have been fully tested and linted with no errors.
- Update README and API documentation as appropriate.
Test Execution
$ npm testCode Coverage
$ npm run coverageLint
$ npm run lint