README.md

# GoogleApi.Apigee

Apigee API client library.

The Apigee API lets you programmatically manage Apigee hybrid with a set of RESTful operations, including: - Create, edit, and delete API proxies - Manage users - Deploy and undeploy proxy revisions - Configure environments For information on using the APIs described in this section, see Get started using the APIs. *Note:* This product is available as a free trial for a time period of 60 days.

## Installation

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

```elixir
def deps do
  [{:google_api_apigee, "~> 0.14"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/apigee-api-management/](https://cloud.google.com/apigee-api-management/).

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