Googleapis Versionhistory
googleapis-versionhistory is a generated connector for Google's Version History API, which provides version and release history information for Google software such as Chrome.
- Base URL:
https://versionhistory.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
versionhistory_platforms_channels_list— GET /v1/{parent}/channels — Returns list of channels that are available for a given platform.versionhistory_platforms_list— GET /v1/{parent}/platforms — Returns list of platforms that are available for a given product. The resource "versionhistory_platforms_channels_versions_relea— GET /v1/{parent}/releases — Returns list of releases of the given version.versionhistory_platforms_channels_versions_list— GET /v1/{parent}/versions — Returns list of version for the given platform/channel.
Inputs
apiKey— your googleapis-versionhistory 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: versionhistory_platforms_channels_list
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: versionhistory_platforms_channels_list, versionhistory_platforms_list, versionhistory_platforms_channels_versions_relea, versionhistory_platforms_channels_versions_list |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |