Liking cljdoc? Tell your friends :D

happygapi.indexing.urlNotifications

Indexing API: urlNotifications. Notifies Google when your web pages change. See: https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications

Indexing API: urlNotifications.
Notifies Google when your web pages change.
See: https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications
raw docstring

getMetadata$clj

(getMetadata$ auth parameters)

https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications/getMetadata

Required parameters: none

Optional parameters: url

Gets metadata about a Web Document. This method can only be used to query URLs that were previously seen in successful Indexing API notifications. Includes the latest UrlNotification received via this API.

https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications/getMetadata

Required parameters: none

Optional parameters: url

Gets metadata about a Web Document. This method can _only_ be used to query URLs that were previously seen in successful Indexing API notifications. Includes the latest `UrlNotification` received via this API.
sourceraw docstring

publish$clj

(publish$ auth parameters body)

https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications/publish

Required parameters: none

Optional parameters: none

Body:

{:notifyTime string, :type string, :url string}

Notifies that a URL has been updated or deleted.

https://developers.google.com/search/apis/indexing-api/api/reference/rest/v3/urlNotifications/publish

Required parameters: none

Optional parameters: none

Body: 

{:notifyTime string, :type string, :url string}

Notifies that a URL has been updated or deleted.
sourceraw docstring

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

× close