wcm-rest-api
v1.0.0
Published
A Javascript library to work with WCM REST API operations
Downloads
6
Readme
WCM Rest Api
This set of utilities are intended to
Status:
Install
$ npm install --save
Usage
File Structure
.
├── CHANGELOG.md
├── CODE-OF-CONDUCT.md
├── LICENSE.md
├── README.md
├── babel.config.js Used by Jest for allowing the "import" instructions in *.spec.js files
├── dist
│ ├── wcm-rest-api.bundle.browser.js
│ ├── wcm-rest-api.bundle.esm.js
│ └── wcm-rest-api.bundle.umd.js
├── jest.config.js
├── package-lock.json
├── package.json
├── rollup.config.js
├── src
│ ├── __tests__
│ ├── index.js
│ └── utils
└── yarn.lock