This is simple version of RingCentral Glip with RESTful API.
Built with:
Visit app website in github pages.
- yarn
- webpack 2
- react
- redux
$ git clone https://github.com/embbnux/SimpleGlip.git# api.json
{
"appKey": "your ringcentral app key",
"appSecret": "your ringcentral app sercet",
"server": "ringcentral sever url, eg: https://platform.devtest.ringcentral.com"
}The appSecret is optional to enable the authorization code flow. If you don't provide appSecret, the app will use the implicit grant flow.
App Permissions required: Glip and Webhook Subscription
$ yarn
$ yarn startOpen site: 'http://localhost:8080/' on browser
