google

Crystal implementation of various Google APIs

google

Crystal implementations of various Google API clients.

Currently supported APIs:

  • Auth (limited)
  • Calendar (getting there)
  • Cloud Storage
  • Drive (limited)
  • People (self-identification only)

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      google:
        github: jgaskins/google
    
  2. 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

  1. Fork it (https://github.com/jgaskins/google/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

google

Owner
Statistic
  • 2
  • 0
  • 0
  • 0
  • 3
  • 4 months ago
  • May 28, 2024
License

MIT License

Links
Synced at

Thu, 17 Oct 2024 01:32:46 GMT

Languages