Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sekers/GoogleWorkspace
PowerShell module for the Google Workspace API
https://github.com/Sekers/GoogleWorkspace
api google google-api google-classroom google-classroom-api google-workspace module powershell powershell-module workspace
Last synced: 23 days ago
JSON representation
PowerShell module for the Google Workspace API
- Host: GitHub
- URL: https://github.com/Sekers/GoogleWorkspace
- Owner: Sekers
- License: mit
- Created: 2022-01-25T16:57:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T19:17:03.000Z (7 months ago)
- Last Synced: 2024-07-30T18:52:37.808Z (3 months ago)
- Topics: api, google, google-api, google-classroom, google-classroom-api, google-workspace, module, powershell, powershell-module, workspace
- Language: PowerShell
- Homepage: https://www.grimadmin.com
- Size: 329 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Sekers/GoogleWorkspace - PowerShell module for the Google Workspace API (PowerShell)
README
# GoogleWorkspace PowerShell Module
## Table of Contents
- [Overview](#overview)
- [What's New](#whats-new)
- [Current API Support](#current-api-support)
- [Documentation](#documentation)
- [Developing and Contributing](#developing-and-contributing)---
## Overview
PowerShell Module for the [Google Workspace API](https://developers.google.com/workspace).
---
## What's New
See [CHANGELOG.md](./CHANGELOG.md) for information on the latest updates, as well as past releases.
---
## Current API Support
At present, this module is focused on creating, removing and updating Google Classroom classes as well as teacher and student rostering. However, it has been built so that other Google Workspace API endpoints can easily be added in.
Future releases will add support for course work & materials, guardians, and invitations/registrations.
See the [GoogleWorkspace Wiki](https://github.com/Sekers/GoogleWorkspace/wiki) for a list of the [endpoints currently supported](https://github.com/Sekers/GoogleWorkspace/wiki#api-endpoints).
---
## Documentation
The Google Workspace module documentation is hosted in the [GoogleWorkspace Wiki](https://github.com/Sekers/GoogleWorkspace/wiki). Examples are included in the [Sample Usage Scripts folder](./Sample_Usage_Scripts).
---
## Developing and Contributing
Contact us on the [Grimadmin.com GoogleWorkspace PowerShell Module Forum](https://www.grimadmin.com/forum/index.php?forum=8) if you would like to contribute.
This project is developed using a [simplified Gitflow workflow](https://www.grimadmin.com/article.php/simple-modified-gitflow-workflow) that cuts out the release branches, which are unnecessary when maintaining only a single version for production. The Master/Main branch will always be the latest stable version released and tagged with an updated version number anytime the Develop branch is merged into it. [Rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) will occur if we need to streamline complex history.
You are also welcome to [fork](https://guides.github.com/activities/forking/) the project and then offer your changes back using a [pull request](https://guides.github.com/activities/forking/#making-a-pull-request).