README.md
# GoogleApi.AuthorizedBuyersMarketplace
Authorized Buyers Marketplace API client library.
The Authorized Buyers Marketplace API lets buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_authorized_buyers_marketplace` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_authorized_buyers_marketplace, "~> 0.6"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/](https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_authorized_buyers_marketplace](https://hexdocs.pm/google_api_authorized_buyers_marketplace).