Googleapis Versionhistory
Connector for the googleapis-versionhistory API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>