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

SiteVerification

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

Verifies ownership of websites or domains with Google.

class SiteVerification {
constructor(client?: CredentialsClient, baseUrl?: string);
async webResourceDelete(id: string): Promise<void>;
async webResourceGet(id: string): Promise<SiteVerificationWebResourceResource>;
async webResourceList(): Promise<SiteVerificationWebResourceListResponse>;
async webResourcePatch(id: string, req: SiteVerificationWebResourceResource): Promise<SiteVerificationWebResourceResource>;
async webResourceUpdate(id: string, req: SiteVerificationWebResourceResource): Promise<SiteVerificationWebResourceResource>;
}

§Constructors

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

§Methods

§
webResourceDelete(id: string): Promise<void>
[src]

Relinquish ownership of a website or domain.

@param id

The id of a verified site or domain.

§
webResourceGet(id: string): Promise<SiteVerificationWebResourceResource>
[src]

Get the most current data for a website or domain.

@param id

The id of a verified site or domain.

§

Get a verification token for placing on a website or domain.

§

Attempt verification of a website or domain.

§

Get the list of your verified websites and domains.

§

Modify the list of owners for your website or domain. This method supports patch semantics.

@param id

The id of a verified site or domain.

§

Modify the list of owners for your website or domain.

@param id

The id of a verified site or domain.