Crystal implementations of various Google API clients.
Currently supported APIs:
- Auth (limited)
- Calendar (getting there)
- Cloud Storage
- Drive (limited)
- People (self-identification only)
Installation
-
Add the dependency to your
shard.yml
:dependencies: google: github: jgaskins/google
-
Run
shards install
Usage
require "google"
Load the specific Google API you need to use:
require "google/auth"
require "google/calendar"
require "google/cloud/storage"
require "google/drive"
require "google/people"
API docs are forthcoming.
Contributing
- Fork it (https://github.com/jgaskins/google/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Jamie Gaskins - creator and maintainer
Repository
Owner
Statistic
- 2
- 0
- 0
- 0
- 3
- 5 months ago
- May 28, 2024
License
MIT License
Links
Synced at
Mon, 18 Nov 2024 00:53:41 GMT
Languages