README.md

# GoogleApi.BareMetalSolution

Bare Metal Solution API client library.

Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.

## Installation

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

```elixir
def deps do
  [{:google_api_bare_metal_solution, "~> 0.3"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/bare-metal](https://cloud.google.com/bare-metal).

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