Skip to content

googleworkspace/ruby-samples

Repository files navigation

Google Workspace Ruby Samples Build Status

A collection of samples that demonstrate how to call Google Workspace APIs in Ruby.

APIs

Admin SDK

Apps Script

Calendar

Classroom

Docs

Drive V3

Gmail

Sheets

Slides

Tasks

Tools

Lint

gem install rubocop
rubocop

It should not produce any errors, i.e.:

Inspecting 24 files
........................

24 files inspected, no offenses detected

You can fix basic errors with:

rubocop --fix