Google Workspace Go Samples
Go samples for Google Workspace APIs docs.
To run the quickstarts, download a credentials.json file in the quickstart folder by following the instructions in quickstart/README.md.
APIs
| API | GoDoc | Quickstart | Snippets |
|---|---|---|---|
| Admin SDK Directory | Link | - | |
| Admin SDK Reports | Link | - | |
| Admin SDK Reseller | Link | - | |
| Apps Script | Link | - | |
| Calendar | Link | - | |
| Classroom | Link | - | |
| Docs | Link | - | |
| Drive V3 | Link | Link | |
| Gmail | Link | - | |
| People | Link | - | |
| Sheets | Link | - | |
| Slides | Link | Link | |
| Tasks | Link | - |
Development
Use the following commands to maintain the repository:
Format
go fmt ./...
Build
go build -v ./...
Vet
go vet ./...
Tidy
go mod tidy