← All modules

tools

googleapis-module

v0.3.15 View source

Install with tiny

$ tiny install googleapis-module
Don't have tiny?

Components

14 available
  • calendar_event_respondResponse to calendar event
  • calendar_events_getCalendar Get Events
  • calendar_listGets list of calendars
  • calendar_watchRegister calendar watcher
  • calendar_watch_stopStop calendar watcher
  • firestore_create_docAdds document if refID is empty, updates if it's not
  • firestore_delete_docDeletes document from a collection
  • firestore_get_docsGets documents from a collection
  • firestore_listen_collectionListens to changes of the collection
  • firestore_update_docUpdates existing record in a collection
  • firestore_update_doc_fieldUpdates fields in the existing record
  • google_api_callUniversal 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.
  • oauth_code_exchangeExchanges Auth code to Auth token
  • oauth_url_getGets the OAuth consent URL to redirect a user to. The code returned after consent goes to oauth_code_exchange for tokens.

Release notes

Google Calendar, Firestore, and OAuth components