Packages
Gmail Postmaster Tools API client library. The Postmaster Tools API is a RESTful API that provides programmatic access to email traffic metrics (like spam reports, delivery errors etc) otherwise available through the Gmail Postmaster Tools UI currently.
Current section
Files
Jump to
Current section
Files
google_api_gmail_postmaster_tools
README.md
README.md
# GoogleApi.GmailPostmasterTools
Gmail Postmaster Tools API client library.
The Postmaster Tools API is a RESTful API that provides programmatic access to email traffic metrics (like spam reports, delivery errors etc) otherwise available through the Gmail Postmaster Tools UI currently.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_gmail_postmaster_tools` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_gmail_postmaster_tools, "~> 0.6"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/gmail/postmaster](https://developers.google.com/gmail/postmaster).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_gmail_postmaster_tools](https://hexdocs.pm/google_api_gmail_postmaster_tools).