Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

versionhistory

import { versionhistory } from "https://googleapis.deno.dev/v1/versionhistory:v1.ts";

Version History API - Prod

class versionhistory {
constructor(client?: CredentialsClient, baseUrl?: string);
async platformsChannelsList(parent: string, opts?: PlatformsChannelsListOptions): Promise<ListChannelsResponse>;
async platformsChannelsVersionsList(parent: string, opts?: PlatformsChannelsVersionsListOptions): Promise<ListVersionsResponse>;
async platformsChannelsVersionsReleasesList(parent: string, opts?: PlatformsChannelsVersionsReleasesListOptions): Promise<ListReleasesResponse>;
async platformsList(parent: string, opts?: PlatformsListOptions): Promise<ListPlatformsResponse>;
}

§Constructors

§
new versionhistory(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
platformsChannelsList(parent: string, opts?: PlatformsChannelsListOptions): Promise<ListChannelsResponse>
[src]

Returns list of channels that are available for a given platform.

@param parent

Required. The platform, which owns this collection of channels. Format: {product}/platforms/{platform}

§
platformsChannelsVersionsList(parent: string, opts?: PlatformsChannelsVersionsListOptions): Promise<ListVersionsResponse>
[src]

Returns list of version for the given platform/channel.

@param parent

Required. The channel, which owns this collection of versions. Format: {product}/platforms/{platform}/channels/{channel}

§
platformsChannelsVersionsReleasesList(parent: string, opts?: PlatformsChannelsVersionsReleasesListOptions): Promise<ListReleasesResponse>
[src]

Returns list of releases of the given version.

@param parent

Required. The version, which owns this collection of releases. Format: {product}/platforms/{platform}/channels/{channel}/versions/{version}

§
platformsList(parent: string, opts?: PlatformsListOptions): Promise<ListPlatformsResponse>
[src]

Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.

@param parent

Required. The product, which owns this collection of platforms. Format: {product}