README.md
# GoogleApi.SafeBrowsing
Safe Browsing API client library.
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.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_safe_browsing` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_safe_browsing, "~> 0.25"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/safe-browsing/](https://developers.google.com/safe-browsing/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_safe_browsing](https://hexdocs.pm/google_api_safe_browsing).