README.md

# GoogleApi.Apigee

Apigee API client library.

The Apigee API lets you programmatically manage Apigee hybrid with a set of RESTful operations, including:<ul>  <li>Create, edit, and delete API proxies</li>  <li>Manage users</li>  <li>Deploy and undeploy proxy revisions</li>  <li>Configure environments</li></ul><p>For information on using the APIs described in this section, see <a href="docs.apigee.com/hybrid/latest/api-get-started">Get started using the APIs</a>.</p><p><strong>Note:</strong> 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.10"}]
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).