Skip to content

yukihirai0505/sGoogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sGoogle

A Scala library for the Google API. An asynchronous non-blocking Scala Google API Wrapper, implemented using play-json.

Prerequisites

Scala 2.11.+ is supported.

Create the google project to get client_id and create_secret. https://console.developers.google.com/iam-admin/projects

Setup

TODO

Usage

Examples

TODO

Reference

Google OpenID Connect

Google Calendar API

curl get token test

curl -H "Content-Type: application/x-www-form-urlencoded" \
--request POST \
--data 'code=&client_id=&client_secret=&redirect_uri=&grant_type=authorization_code' \
"https://www.googleapis.com/oauth2/v4/token"

About

A Scala library for the Google API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages