Liking cljdoc? Tell your friends :D

happygapi.gmailpostmastertools.domains

Gmail Postmaster Tools API: domains. 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. See: https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains

Gmail Postmaster Tools API: domains.
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.
See: https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/get

Required parameters: name

Optional parameters: none

Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/get

Required parameters: name

Optional parameters: none

Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.
sourceraw docstring

trafficStats-get$clj

(trafficStats-get$ auth parameters)

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/trafficStats/get

Required parameters: name

Optional parameters: none

Get traffic statistics for a domain on a specific date. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/trafficStats/get

Required parameters: name

Optional parameters: none

Get traffic statistics for a domain on a specific date. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.
sourceraw docstring

trafficStats-list$clj

(trafficStats-list$ auth parameters)

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/trafficStats/list

Required parameters: parent

Optional parameters: startDate.day, pageToken, endDate.month, endDate.day, startDate.year, pageSize, startDate.month, endDate.year

List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.

https://developers.google.com/gmail/postmasterapi/reference/rest/v1/domains/trafficStats/list

Required parameters: parent

Optional parameters: startDate.day, pageToken, endDate.month, endDate.day, startDate.year, pageSize, startDate.month, endDate.year

List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close