Googleapis Ideahub
Connector for the googleapis-ideahub API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ideahub.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
ideahub_ideas_list— GET /v1alpha/ideas — List ideas for a given Creator and filter and sort options.ideahub_platforms_properties_ideas_list— GET /v1alpha/{parent}/ideas — List ideas for a given Creator and filter and sort options.ideahub_platforms_properties_locales_list— GET /v1alpha/{parent}/locales — Returns which locales ideas are available in for a given Creator.ideahub_platforms_properties_topicstates_patch— PATCH /v1alpha/{name} — Update a topic state resource.ideahub_platforms_properties_ideaactivities_crea— POST /v1alpha/{parent}/ideaActivities — Creates an idea activity entry.
Inputs
apiKey— your googleapis-ideahub API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: ideahub_ideas_list
apiKey: <your key>