Modules@robinpath/google-forms

@robinpath/google-forms

0.1.0Public

Google Forms module for RobinPath.

@robinpath/google-forms

Google Forms module for RobinPath.

Category Functions Auth License

Why use this module?

The google-forms module lets you:

  • getForm
  • createForm
  • updateForm
  • listResponses
  • getResponse

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/google-forms

Quick Start

1. Set up credentials

google-forms.setCredentials "your-credentials"

2. getForm

google-forms.getForm

Available Functions

FunctionDescription
google-forms.setCredentialsConfigure google-forms credentials.
google-forms.getFormgetForm
google-forms.createFormcreateForm
google-forms.updateFormupdateForm
google-forms.listResponseslistResponses
google-forms.getResponsegetResponse
google-forms.addQuestionaddQuestion
google-forms.updateQuestionupdateQuestion
google-forms.deleteQuestiondeleteQuestion
google-forms.addSectionaddSection
google-forms.getFormInfogetFormInfo
google-forms.batchUpdatebatchUpdate
google-forms.convertToQuizconvertToQuiz

Examples

getForm

google-forms.getForm

createForm

google-forms.createForm

updateForm

google-forms.updateForm

Integration with RobinPath

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
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.0latestyesterday
Install
$ robinpath install @robinpath/google-forms
Version0.1.0
LicenseMIT
Unpacked Size4.2 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

productivity