Back to modules
v0.1.80

tinysystems/googleapis-module

View Source

Container Image

europe-west2-docker.pkg.dev/tinyplatform/tinysystems/googleapis-module-v0:0.1.80

Components 14 available

C

calendar_event_respond

Response to calendar event

C

calendar_events_get

Calendar Get Events

C

calendar_list

Gets list of calendars

C

calendar_watch

Register calendar watcher

C

calendar_watch_stop

Stop calendar watcher

F

firestore_create_doc

Adds document if refID is empty, updates if it's not

F

firestore_delete_doc

Deletes document from a collection

F

firestore_get_docs

Gets documents from a collection

F

firestore_listen_collection

Listens to changes of the collection

F

firestore_update_doc

Updates existing record in a collection

F

firestore_update_doc_field

Updates fields in the existing record

G

google_api_call

Universal Google API client. Select any Google API service and method from the discovery directory. Dynamically generates request/response schemas based on the official API specification. Supports all 400+ Google APIs.

O

oauth_code_exchange

Exchanges Auth code to Auth token

O

oauth_url_get

Gets Auth URL which later may be used fot auth redirect

Release Notes

Tiny Systems Google APIs Module

Google Cloud and Workspace integration components covering OAuth, Calendar, and Firestore.

Components

OAuth

Component Description
OAuth URL Get Generate Google OAuth 2.0 authorization URLs
OAuth Code Exchange Exchange authorization codes for access tokens

Google API

Component Description
Google API Call Universal Google API client for any REST endpoint

Calendar

Component Description
Calendar List List available Google Calendars
Calendar Events Get Fetch events from a calendar
Calendar Event Respond Accept, decline, or tentatively accept an event
Calendar Watch Subscribe to calendar change notifications
Calendar Watch Stop Stop an active calendar watch subscription

Firestore

Component Description
Firestore Get Docs Query documents from a Firestore collection
Firestore Create Doc Create a new Firestore document
Firestore Update Doc Replace a Firestore document
Firestore Update Doc Field Update individual fields in a Firestore document
Firestore Delete Doc Delete a Firestore document
Firestore Listen Collection Real-time listener for Firestore collection changes

Installation

helm repo add tinysystems https://tiny-systems.github.io/module/
helm install googleapis-module tinysystems/tinysystems-operator \
  --set controllerManager.manager.image.repository=ghcr.io/tiny-systems/googleapis-module

Run locally

go run cmd/main.go run --name=googleapis-module --namespace=tinysystems --version=1.0.0

Part of Tiny Systems

This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.

License

This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.