README.md
# GoogleApi.AdMob
AdMob API client library.
The AdMob API allows publishers to programmatically get information about their AdMob account.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_ad_mob` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_ad_mob, "~> 0.11"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/admob/api/](https://developers.google.com/admob/api/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_ad_mob](https://hexdocs.pm/google_api_ad_mob).