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

ChromeUXReport

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

The Chrome UX Report API lets you view real user experience data for millions of websites.

class ChromeUXReport {
constructor(client?: CredentialsClient, baseUrl?: string);
async recordsQueryHistoryRecord(req: QueryHistoryRequest): Promise<QueryHistoryResponse>;
async recordsQueryRecord(req: QueryRequest): Promise<QueryResponse>;
}

§Constructors

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

§Methods

§
recordsQueryHistoryRecord(req: QueryHistoryRequest): Promise<QueryHistoryResponse>
[src]

Queries the Chrome User Experience Report for a timeseries history record for a given site. Returns a history record that contains one or more metric timeseries corresponding to performance data about the requested site.

§
recordsQueryRecord(req: QueryRequest): Promise<QueryResponse>
[src]

Queries the Chrome User Experience for a single record for a given site. Returns a record that contains one or more metrics corresponding to performance data about the requested site.