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

AbusiveExperienceReport

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

Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.

class AbusiveExperienceReport {
constructor(client?: CredentialsClient, baseUrl?: string);
async sitesGet(name: string): Promise<SiteSummaryResponse>;
async violatingSitesList(): Promise<ViolatingSitesResponse>;
}

§Constructors

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

§Methods

§
sitesGet(name: string): Promise<SiteSummaryResponse>
[src]

Gets a site's Abusive Experience Report summary.

@param name

Required. The name of the site whose summary to get, e.g. sites/http%3A%2F%2Fwww.google.com%2F. Format: sites/{site}

§
violatingSitesList(): Promise<ViolatingSitesResponse>
[src]

Lists sites that are failing in the Abusive Experience Report.