https://github.com/bitfocus/companion-module-google-sheets
https://github.com/bitfocus/companion-module-google-sheets
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfocus/companion-module-google-sheets
- Owner: bitfocus
- License: mit
- Created: 2022-03-14T22:23:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T14:03:36.000Z (10 months ago)
- Last Synced: 2025-04-15T22:14:50.389Z (8 months ago)
- Language: TypeScript
- Size: 827 KB
- Stars: 6
- Watchers: 10
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# companion-module-google-sheets
# Sponsorship
If this module, or the others I work on such as vMix, Twitch, Discord, Google Sheets, or any of the tools I make publicly available, have been of benefit to your work in some way then please
considering supporting the continued development of these modules by sponsoring me on GitHub https://github.com/sponsors/thedist/
# HTTP API
This module now supports Companions HTTP API, providing endpoints that can be used by 3rd party applications, for example as a Data Source in vMix. Information on the API endpoints is available in [docs/HTTP_API.md](./docs/HTTP_API.md)
# Recent Patches
**v1.5.0**
- Updated to Node 22, replaced Got dependency with Fetch
**v1.4.1**
- Fixed an issue with certain symbols in sheet names breaking API requests
**v1.4.0**
- Added `Add Sheet` and `Duplicate Sheet` actions
- Bumped dependency versions
**v1.3.1**
- Fixed bug related to Spreadsheet ID
**v1.3.0**
- Removed the dependency `Open`
- Replaced opening a browser tab for auth with linking back to a HTTP handler to redirect the user to the OAuth URL
- Minor typo fixes
# License
See [LICENSE](./LICENSE)