README.md

# GoogleApi.AppState

Google App State API client library.

The Google App State API.

## Installation

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

```elixir
def deps do
  [{:google_api_app_state, "~> 0.6"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/games/services/web/api/states](https://developers.google.com/games/services/web/api/states).

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