README.md

# GoogleApi.BillingBudgets

Cloud Billing Budget API client library.

The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan.

## Installation

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

```elixir
def deps do
  [{:google_api_billing_budgets, "~> 0.2"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/billing/docs/how-to/budget-api-overview](https://cloud.google.com/billing/docs/how-to/budget-api-overview).

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