GoogleApi.SafeBrowsing
Client library for Safe Browsing API from Google.
Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources.
Installation
Install this package from Hex by adding
google_api_safe_browsing to your list of dependencies in mix.exs:
def deps do
[{:google_api_safe_browsing, "~> 0.6"}]
endFor more information
Product documentation is available at https://developers.google.com/safe-browsing/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_safe_browsing.