README.md
# GoogleApi.DriveActivity
Drive Activity API client library.
Provides a historical view of activity in Google Drive.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_drive_activity` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_drive_activity, "~> 0.9"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/workspace/drive/activity/](https://developers.google.com/workspace/drive/activity/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_drive_activity](https://hexdocs.pm/google_api_drive_activity).