Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.safebrowsing.threatListUpdates

Safe Browsing API: threatListUpdates. 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. See: https://developers.google.com/safe-browsing/api/reference/rest/v4/threatListUpdates

Safe Browsing API: threatListUpdates.
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.
See: https://developers.google.com/safe-browsing/api/reference/rest/v4/threatListUpdates
raw docstring

fetch$clj

(fetch$ auth parameters body)

https://developers.google.com/safe-browsing/api/reference/rest/v4/threatListUpdates/fetch

Required parameters: none

Optional parameters: none

Body:

{:listUpdateRequests [{:constraints GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints, :threatType string, :threatEntryType string, :state string, :platformType string}], :client {:clientVersion string, :clientId string}}

Fetches the most recent threat list updates. A client can request updates for multiple lists at once.

https://developers.google.com/safe-browsing/api/reference/rest/v4/threatListUpdates/fetch

Required parameters: none

Optional parameters: none

Body: 

{:listUpdateRequests [{:constraints GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints,
                       :threatType string,
                       :threatEntryType string,
                       :state string,
                       :platformType string}],
 :client {:clientVersion string, :clientId string}}

Fetches the most recent threat list updates. A client can request updates for multiple lists at once.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close