{"id":15429327,"url":"https://github.com/embbnux/simpleglip","last_synced_at":"2025-04-19T16:53:42.351Z","repository":{"id":42355260,"uuid":"113830503","full_name":"embbnux/SimpleGlip","owner":"embbnux","description":"A simple Glip client with RESTful API","archived":false,"fork":false,"pushed_at":"2022-12-09T16:27:35.000Z","size":6221,"stargazers_count":20,"open_issues_count":28,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T10:33:35.656Z","etag":null,"topics":["glip","react","restful-api","ringcentral-widgets"],"latest_commit_sha":null,"homepage":"https://embbnux.github.io/SimpleGlip/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embbnux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-11T08:08:31.000Z","updated_at":"2021-07-14T18:24:57.000Z","dependencies_parsed_at":"2023-01-25T22:32:04.521Z","dependency_job_id":null,"html_url":"https://github.com/embbnux/SimpleGlip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embbnux%2FSimpleGlip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embbnux%2FSimpleGlip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embbnux%2FSimpleGlip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embbnux%2FSimpleGlip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embbnux","download_url":"https://codeload.github.com/embbnux/SimpleGlip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249742988,"owners_count":21319033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glip","react","restful-api","ringcentral-widgets"],"created_at":"2024-10-01T18:09:52.646Z","updated_at":"2025-04-19T16:53:42.324Z","avatar_url":"https://github.com/embbnux.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Simple Glip](https://embbnux.github.io/SimpleGlip/)\n\n## Introduction\n\nThis is simple version of RingCentral Glip with RESTful API.\n\nBuilt with:\n\n* [RingCentral Commons](https://github.com/ringcentral/ringcentral-js-widgets/tree/master/packages/ringcentral-integration)\n* [RingCentral Widgets](https://github.com/ringcentral/ringcentral-js-widgets/tree/master/packages/ringcentral-widgets)\n\n![SimpleGlip Preview](https://user-images.githubusercontent.com/7036536/40632915-6ae9f09a-631e-11e8-96f8-29121837967c.jpeg)\n\n## Visit Online\n\nVisit app [website](https://embbnux.github.io/SimpleGlip/) in github pages.\n\n## Dependences\n\n* yarn\n* webpack 2\n* react\n* redux\n\n## How to develop based on this app\n\n### Clone the code\n\n```bash\n$ git clone https://github.com/embbnux/SimpleGlip.git\n```\n\n### Create API secret file in project root path\n\n```js\n# api.json\n{\n  \"appKey\": \"your ringcentral app key\",\n  \"appSecret\": \"your ringcentral app sercet\",\n  \"server\": \"ringcentral sever url, eg: https://platform.devtest.ringcentral.com\"\n}\n```\n\nThe `appSecret` is optional to enable the authorization code flow. If you don't provide `appSecret`, the app will use the implicit grant flow.\n\nApp Permissions required: `Glip` and `Webhook Subscription`\n\n### Start development server\n\n```bash\n$ yarn\n$ yarn start\n```\n\nOpen site: 'http://localhost:8080/' on browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembbnux%2Fsimpleglip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembbnux%2Fsimpleglip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembbnux%2Fsimpleglip/lists"}