README.md

# GoogleApi.TagManager

Tag Manager API client library.

This API allows clients to access and modify container and tag configuration.

## 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.16"}]
end
```

## For more information

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

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