README.md

# GoogleApi.DataPortability

Data Portability API client library.

The Data Portability API lets you build applications that request authorization from a user to move a copy of data from Google services into your application. This enables data portability and facilitates switching services.

## Installation

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

```elixir
def deps do
  [{:google_api_data_portability, "~> 0.4"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/data-portability](https://developers.google.com/data-portability).

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