# WCM Rest Api

This set of utilities are intended to 

Status:

## Install

[//]: # (TODO:/ ADD NPM REPO ONCE WE PUCBLISH)
```bash
$ npm install --save 
```

## Usage
[//]: # (TODO:/ ADD USAGE EXAMPLE)
```javascript

```

## 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

```

## License

[The MIT License](http://opensource.org/licenses/MIT)

