https://github.com/outr/googleapi.scala.js
Wrapper around Google APIs
https://github.com/outr/googleapi.scala.js
Last synced: about 1 year ago
JSON representation
Wrapper around Google APIs
- Host: GitHub
- URL: https://github.com/outr/googleapi.scala.js
- Owner: outr
- Created: 2018-09-06T20:01:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T02:20:39.000Z (over 7 years ago)
- Last Synced: 2024-03-26T14:21:39.182Z (about 2 years ago)
- Language: Scala
- Size: 28.3 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google API Facade for Scala.js
Currently, only OAuth support is being focused on, but ultimately this will contain several Google API facades.
## Library Dependencies
```scala
libraryDependencies += "com.outr" %%% "googleapi-scala-js" % "0.1.0"
```
## Usage
For now, take a look at the [Test class](https://github.com/outr/googleapi.scala.js/blob/master/src/main/scala/test/Test.scala)
## Help Wanted
This facade is born of need, and lacks completeness in many areas. However, PRs are extremely welcome to fill in the
gaps.