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

SafeBrowsing

import { SafeBrowsing } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";

Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources. The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes – meaning “for sale or revenue-generating purposes” – please refer to the Web Risk API.

class SafeBrowsing {
constructor(client?: CredentialsClient, baseUrl?: string);
}

§Constructors

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

§Methods

§

Search for full hashes matching the specified prefixes. This is a custom method as defined by https://google.aip.dev/136 (the custom method refers to this method having a custom name within Google's general API development nomenclature; it does not refer to using a custom HTTP method).