# GoogleApi.Apigee
Apigee API client library.
Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. 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.51"}]
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).