README.md
# GoogleApi.PubSub
Cloud Pub/Sub API client library.
Provides reliable, many-to-many, asynchronous messaging between applications.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_pub_sub` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_pub_sub, "~> 0.41"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/pubsub/docs](https://cloud.google.com/pubsub/docs).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_pub_sub](https://hexdocs.pm/google_api_pub_sub).