electerm-sync
Version:
electerm sync API wrapper.
42 lines (27 loc) • 698 B
Markdown
# electerm-sync API js wrapper
[](https://github.com/electerm/electerm-sync/actions)
## Installation
### Node.js
```bash
npm i electerm-sync
```
## Usage
```js
import ElectermSync from 'electerm-sync'
const ElectermSync = require('electerm-sync')
const gc = new ElectermSync(
token
)
gc.create(data, {})
gc.update(userId, data, {})
gc.getOne(userId, {})
gc.test({})
```
## Test
```bash
npm run test
```
## Credits
Based on [Tyler](https://github.com/tylerlong)'s [https://github.com/tylerlong/ringcentral-js-concise](https://github.com/tylerlong/ringcentral-js-concise).
## License
MIT