All Projects → embbnux → SimpleGlip

embbnux / SimpleGlip

Licence: other
A simple Glip client with RESTful API

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to SimpleGlip

Mangadb
A Secured RESTful API Service for Manga
Stars: ✭ 17 (-15%)
Mutual labels:  restful-api
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (+210%)
Mutual labels:  restful-api
wgrest
WireGuard REST API
Stars: ✭ 92 (+360%)
Mutual labels:  restful-api
restful-services-in-pyramid
RESTful / HTTP services in Pyramid and Python course handout materials
Stars: ✭ 56 (+180%)
Mutual labels:  restful-api
angular6-httpclient-example
Angular 6 HttpClient: Consume RESTful API Example
Stars: ✭ 38 (+90%)
Mutual labels:  restful-api
gin-api-boilerplate
A Go RESTful API server with gin and docker
Stars: ✭ 16 (-20%)
Mutual labels:  restful-api
egg-RESTfulAPI
基于egg.js2.x的RESTfulAPI风格的项目模板,用于快速构建高性能的服务端。
Stars: ✭ 70 (+250%)
Mutual labels:  restful-api
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-30%)
Mutual labels:  restful-api
portal
A lightweight framework for golang object (struct) serialization (mapping). Inspired heavily by marshmallow (a Python library).
Stars: ✭ 24 (+20%)
Mutual labels:  restful-api
Library
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date
Stars: ✭ 27 (+35%)
Mutual labels:  restful-api
feedpushr
A simple feed aggregator daemon with sugar on top.
Stars: ✭ 222 (+1010%)
Mutual labels:  restful-api
api
DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
Stars: ✭ 16 (-20%)
Mutual labels:  restful-api
owlos
DIY Open Source OS for building IoT ecosystems
Stars: ✭ 43 (+115%)
Mutual labels:  restful-api
rest.vertx
A JAX-RS like annotation processor for vert.x verticals and more
Stars: ✭ 138 (+590%)
Mutual labels:  restful-api
SugarRestSharp
SugarRestSharp is a .NET C# SugarCRM/SuiteCRM Rest API Client. It is .NET C# Wrapper for the SugarCRM/SuiteCRM REST API Client.
Stars: ✭ 29 (+45%)
Mutual labels:  restful-api
RESTCountries.NET
.NET Standard wrapper library around the API provided by REST Countries https://restcountries.com. The world in .NET 🔥.
Stars: ✭ 33 (+65%)
Mutual labels:  restful-api
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
Stars: ✭ 28 (+40%)
Mutual labels:  restful-api
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (+5%)
Mutual labels:  restful-api
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+140%)
Mutual labels:  restful-api
kite-server
“上应小风筝”小程序 API 代码和文档, 基于 Rust 语言的 poem 框架编写.
Stars: ✭ 19 (-5%)
Mutual labels:  restful-api

Simple Glip

Introduction

This is simple version of RingCentral Glip with RESTful API.

Built with:

SimpleGlip Preview

Visit Online

Visit app website in github pages.

Dependences

  • yarn
  • webpack 2
  • react
  • redux

How to develop based on this app

Clone the code

$ git clone https://github.com/embbnux/SimpleGlip.git

Create API secret file in project root path

# 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

Start development server

$ yarn
$ yarn start

Open site: 'http://localhost:8080/' on browser

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].