README.md
# GoogleApi.ToolResults
Cloud Tool Results API client library.
Reads and publishes results from Firebase Test Lab.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_tool_results` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_tool_results, "~> 0.19"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com/docs/test-lab/](https://firebase.google.com/docs/test-lab/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_tool_results](https://hexdocs.pm/google_api_tool_results).