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.
| 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 | - |
Use the following commands to maintain the repository:
go fmt ./...go build -v ./...go vet ./...go mod tidy