adp-core
v2.4.10
Published
[![npm version](https://badge.fury.io/js/adp-core.svg)](https://badge.fury.io/js/adp-core)
Downloads
5,500
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-core
Usage
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 test
Code Coverage
$ npm run coverage
Lint
$ npm run lint