README.md

# GoogleApi.TagManager

Tag Manager API client library.

Accesses Tag Manager accounts and containers.

## Installation

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

```elixir
def deps do
  [{:google_api_tag_manager, "~> 0.7"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/tag-manager/api/v2/](https://developers.google.com/tag-manager/api/v2/).

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