All Projects → spring-social → Spring Social Google

spring-social / Spring Social Google

Licence: apache-2.0
Spring Social extension with connection support and an API binding for Google

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Social Google

React Google Calendar Api
An api to manage your google calendar
Stars: ✭ 93 (-55.5%)
Mutual labels:  google-api
React Google Autocomplete
React component for google autocomplete.
Stars: ✭ 131 (-37.32%)
Mutual labels:  google-api
Gpup
A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Stars: ✭ 197 (-5.74%)
Mutual labels:  google-api
Php Google Contacts V3 Api
👥 PHP library for the Google Contacts API (v3)
Stars: ✭ 97 (-53.59%)
Mutual labels:  google-api
Taking Advantage Of Google Apps Script
Here, CLI tools, libraries, Add-ons, Reports, Benchmarks and Sample Scripts for taking advantage of Google Apps Script which are publishing in my blog, Gists and GitHub are summarized.
Stars: ✭ 123 (-41.15%)
Mutual labels:  google-api
Carmarker Animation
This android library will help to show the marker move along the route and turn smoothly along the road curves.
Stars: ✭ 154 (-26.32%)
Mutual labels:  google-api
Gapi Ocaml
A simple OCaml client for Google Services.
Stars: ✭ 79 (-62.2%)
Mutual labels:  google-api
Gopherlabs
Go - Beginners | Intermediate | Advanced
Stars: ✭ 205 (-1.91%)
Mutual labels:  google-api
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-39.71%)
Mutual labels:  google-api
Psgsuite
Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
Stars: ✭ 184 (-11.96%)
Mutual labels:  google-api
Google Api Nodejs Client
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
Stars: ✭ 9,722 (+4551.67%)
Mutual labels:  google-api
Google Maps React
Companion code to the "How to Write a Google Maps React Component" Tutorial
Stars: ✭ 1,542 (+637.8%)
Mutual labels:  google-api
Albert
这个是我个人网站的项目,欢迎贡献代码,力求能够应用到实际工作中java相关的大多数技术栈。有兴趣请Star一下,非常感谢。qq交流群:587577705 这个项目将不断地更新!生产环境:
Stars: ✭ 168 (-19.62%)
Mutual labels:  google-api
React Google Login
A React Google Login Component
Stars: ✭ 1,317 (+530.14%)
Mutual labels:  google-api
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+1201.44%)
Mutual labels:  google-api
React Places Autocomplete
React component for Google Maps Places Autocomplete
Stars: ✭ 1,265 (+505.26%)
Mutual labels:  google-api
Google Places Api
This is a PHP wrapper for Google Places API Web Service. And is Laravel Framework friendly.
Stars: ✭ 147 (-29.67%)
Mutual labels:  google-api
Openapi Directory
🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
Stars: ✭ 2,635 (+1160.77%)
Mutual labels:  google-api
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+1123.92%)
Mutual labels:  google-api
Angular Google Gapi
An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.
Stars: ✭ 176 (-15.79%)
Mutual labels:  google-api

Spring Social Google

Build Status GitHub license GitHub issues

Please note that we recently changed organizations from org.springframework.social to com.github.spring-social due to Maven Central sync issues.

Reference Documentation

You can view an early preview of the reference documentation here. Lots more to come.

Goals

Allow a developer to interact, easily, with Google from the Spring ecosystem.

Installing

Releases

Production releases are available on Maven central.

In Gradle:

compile 'com.github.spring-social:spring-social-google:latest.release'

Or in Maven:

<dependency>
  <groupId>com.github.spring-social</groupId>
  <artifactId>spring-social-google</artifactId>
  <version>${social.version}</version>
</dependency>

Snapshots

Pre-release artifacts are being published frequently, but are NOT intended for production use.

In Gradle:

compile 'com.github.spring-social:spring-social-google:latest.snapshot'

Or in Maven:

<dependency>
  <groupId>com.github.spring-social</groupId>
  <artifactId>spring-social-google</artifactId>
  <version>${social.version}</version>
</dependency>

Building Locally

Run ./gradlew pTML to publish a snapshot to your Maven local repo. To consume:

repositories {
    mavenLocal()
}

dependencies {
    compile 'com.github.spring-social:spring-social-google:latest.integration'
}

Available Functionality

  • Google+
  • Calendar
  • Drive
  • OAuth2
  • Query
  • Tasks
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].