README.md
# GoogleApi.GamesConfiguration
Google Play Game Services Publishing API client library.
The Google Play Game Services Publishing API allows developers to configure their games in Game Services.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_games_configuration` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_games_configuration, "~> 0.10"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/games/](https://developers.google.com/games/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_games_configuration](https://hexdocs.pm/google_api_games_configuration).