README.md

# GoogleApi.Script

Apps Script API client library.

Manages and executes Google Apps Script projects. 

## Installation

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

```elixir
def deps do
  [{:google_api_script, "~> 0.16"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/apps-script/api/](https://developers.google.com/apps-script/api/).

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