MCPcopy
hub / github.com/simstudioai/sim / buildSetPublishSettingsUrl

Function buildSetPublishSettingsUrl

apps/sim/tools/google_forms/utils.ts:73–77  ·  view source on GitHub ↗
(formId: string)

Source from the content-addressed store, hash-verified

71}
72
73export function buildSetPublishSettingsUrl(formId: string): string {
74 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}:setPublishSettings`
75 logger.debug('Built Google Forms set publish settings URL', { finalUrl })
76 return finalUrl
77}
78
79export function buildListWatchesUrl(formId: string): string {
80 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}/watches`

Callers 1

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected