README.md
# GoogleApi.Retail
Retail API client library.
Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_retail` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_retail, "~> 0.2"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/recommendations](https://cloud.google.com/recommendations).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_retail](https://hexdocs.pm/google_api_retail).