README.md

# GoogleApi.Indexing

Indexing API client library.

Notifies Google when your web pages change.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_indexing` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_indexing, "~> 0.9"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/search/apis/indexing-api/](https://developers.google.com/search/apis/indexing-api/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_indexing](https://hexdocs.pm/google_api_indexing).