
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@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 8 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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.