An open API service indexing awesome lists of open source software.

https://github.com/electerm/electerm-sync

electerm-sync api nodejs wrapper
https://github.com/electerm/electerm-sync

Last synced: 6 months ago
JSON representation

electerm-sync api nodejs wrapper

Awesome Lists containing this project

README

          

# electerm-sync API js wrapper

[![Build Status](https://github.com/electerm/electerm-sync/actions/workflows/linux.yml/badge.svg)](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