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

AcceleratedMobilepageURL

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

Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given list of public URL(s).

class AcceleratedMobilepageURL {
constructor(client?: CredentialsClient, baseUrl?: string);
async ampUrlsBatchGet(req: BatchGetAmpUrlsRequest): Promise<BatchGetAmpUrlsResponse>;
}

§Constructors

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

§Methods

§

Returns AMP URL(s) and equivalent AMP Cache URL(s).