README.md
# GoogleApi.ServiceNetworking
Service Networking API client library.
Provides automatic management of network configurations necessary for certain services.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_service_networking` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_service_networking, "~> 0.36"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_service_networking](https://hexdocs.pm/google_api_service_networking).