
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/google-forms
Advanced tools
Google Forms module for RobinPath.
The google-forms module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/google-forms
1. Set up credentials
google-forms.setCredentials "your-credentials"
2. getForm
google-forms.getForm
| Function | Description |
|---|---|
google-forms.setCredentials | Configure google-forms credentials. |
google-forms.getForm | getForm |
google-forms.createForm | createForm |
google-forms.updateForm | updateForm |
google-forms.listResponses | listResponses |
google-forms.getResponse | getResponse |
google-forms.addQuestion | addQuestion |
google-forms.updateQuestion | updateQuestion |
google-forms.deleteQuestion | deleteQuestion |
google-forms.addSection | addSection |
google-forms.getFormInfo | getFormInfo |
google-forms.batchUpdate | batchUpdate |
google-forms.convertToQuiz | convertToQuiz |
google-forms.getForm
google-forms.createForm
google-forms.updateForm
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/google-forms";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
google-forms.setCredentials "your-credentials"
google-forms.getForm
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/google-sheets — Google Sheets module for complementary functionality@robinpath/google-calendar — Google Calendar module for complementary functionality@robinpath/google-contacts — Google Contacts module for complementary functionality@robinpath/gmail — Gmail module for complementary functionality@robinpath/outlook — Outlook module for complementary functionalityMIT
FAQs
Google Forms (Forms API v1) integration — create forms, add/update/delete questions and sections via batchUpdate, convert to quiz, read responses. Supports delegated OAuth2 access tokens (with refresh-token rotation) or Google Workspace Domain-Wide Delega
The npm package @robinpath/google-forms receives a total of 9 weekly downloads. As such, @robinpath/google-forms popularity was classified as not popular.
We found that @robinpath/google-forms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.