README.md
# GoogleApi.Books
Books API client library.
The Google Books API allows clients to access the Google Books repository.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_books` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_books, "~> 0.20"}]
end
```
## For more information
Product documentation is available at [https://code.google.com/apis/books/docs/v1/getting_started.html](https://code.google.com/apis/books/docs/v1/getting_started.html).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_books](https://hexdocs.pm/google_api_books).