Liking cljdoc? Tell your friends :D

happygapi.mirror.timeline

Google Mirror API: timeline. Interacts with Glass users via the timeline. See: https://developers.google.com/glassapi/reference/rest/v1/timeline

Google Mirror API: timeline.
Interacts with Glass users via the timeline.
See: https://developers.google.com/glassapi/reference/rest/v1/timeline
raw docstring

attachments-delete$clj

(attachments-delete$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/delete

Required parameters: attachmentId, itemId

Optional parameters: none

Deletes an attachment from a timeline item.

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/delete

Required parameters: attachmentId, itemId

Optional parameters: none

Deletes an attachment from a timeline item.
sourceraw docstring

attachments-get$clj

(attachments-get$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/get

Required parameters: attachmentId, itemId

Optional parameters: none

Retrieves an attachment on a timeline item by item ID and attachment ID.

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/get

Required parameters: attachmentId, itemId

Optional parameters: none

Retrieves an attachment on a timeline item by item ID and attachment ID.
sourceraw docstring

attachments-insert$clj

(attachments-insert$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/insert

Required parameters: itemId

Optional parameters: none

Adds a new attachment to a timeline item.

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/insert

Required parameters: itemId

Optional parameters: none

Adds a new attachment to a timeline item.
sourceraw docstring

attachments-list$clj

(attachments-list$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/list

Required parameters: itemId

Optional parameters: none

Returns a list of attachments for a timeline item.

https://developers.google.com/glassapi/reference/rest/v1/timeline/attachments/list

Required parameters: itemId

Optional parameters: none

Returns a list of attachments for a timeline item.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/delete

Required parameters: id

Optional parameters: none

Deletes a timeline item.

https://developers.google.com/glassapi/reference/rest/v1/timeline/delete

Required parameters: id

Optional parameters: none

Deletes a timeline item.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/get

Required parameters: id

Optional parameters: none

Gets a single timeline item by ID.

https://developers.google.com/glassapi/reference/rest/v1/timeline/get

Required parameters: id

Optional parameters: none

Gets a single timeline item by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/timeline/insert

Required parameters: none

Optional parameters: none

Body:

{:isDeleted boolean, :creator {:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}, :menuItems [{:action string, :contextual_command string, :id string, :payload string, :removeWhenSelected boolean, :values [MenuValue]}], :inReplyTo string, :pinScore integer, :notification {:deliveryTime string, :level string}, :updated string, :attachments [{:contentType string, :contentUrl string, :id string, :isProcessingContent boolean}], :speakableType string, :selfLink string, :etag string, :created string, :bundleId string, :recipients [{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}], :title string, :displayTime string, :speakableText string, :sourceItemId string, :id string, :kind string, :isBundleCover boolean, :location {:accuracy number, :address string, :displayName string, :id string, :kind string, :latitude number, :longitude number, :timestamp string}, :isPinned boolean, :html string, :text string, :canonicalUrl string}

Inserts a new item into the timeline.

https://developers.google.com/glassapi/reference/rest/v1/timeline/insert

Required parameters: none

Optional parameters: none

Body: 

{:isDeleted boolean,
 :creator {:displayName string,
           :speakableName string,
           :sharingFeatures [string],
           :acceptCommands [Command],
           :type string,
           :source string,
           :acceptTypes [string],
           :imageUrls [string],
           :priority integer,
           :id string,
           :kind string,
           :phoneNumber string},
 :menuItems [{:action string,
              :contextual_command string,
              :id string,
              :payload string,
              :removeWhenSelected boolean,
              :values [MenuValue]}],
 :inReplyTo string,
 :pinScore integer,
 :notification {:deliveryTime string, :level string},
 :updated string,
 :attachments [{:contentType string,
                :contentUrl string,
                :id string,
                :isProcessingContent boolean}],
 :speakableType string,
 :selfLink string,
 :etag string,
 :created string,
 :bundleId string,
 :recipients [{:displayName string,
               :speakableName string,
               :sharingFeatures [string],
               :acceptCommands [Command],
               :type string,
               :source string,
               :acceptTypes [string],
               :imageUrls [string],
               :priority integer,
               :id string,
               :kind string,
               :phoneNumber string}],
 :title string,
 :displayTime string,
 :speakableText string,
 :sourceItemId string,
 :id string,
 :kind string,
 :isBundleCover boolean,
 :location {:accuracy number,
            :address string,
            :displayName string,
            :id string,
            :kind string,
            :latitude number,
            :longitude number,
            :timestamp string},
 :isPinned boolean,
 :html string,
 :text string,
 :canonicalUrl string}

Inserts a new item into the timeline.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/timeline/list

Required parameters: none

Optional parameters: bundleId, includeDeleted, maxResults, orderBy, pageToken, pinnedOnly, sourceItemId

Retrieves a list of timeline items for the authenticated user.

https://developers.google.com/glassapi/reference/rest/v1/timeline/list

Required parameters: none

Optional parameters: bundleId, includeDeleted, maxResults, orderBy, pageToken, pinnedOnly, sourceItemId

Retrieves a list of timeline items for the authenticated user.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/timeline/patch

Required parameters: id

Optional parameters: none

Body:

{:isDeleted boolean, :creator {:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}, :menuItems [{:action string, :contextual_command string, :id string, :payload string, :removeWhenSelected boolean, :values [MenuValue]}], :inReplyTo string, :pinScore integer, :notification {:deliveryTime string, :level string}, :updated string, :attachments [{:contentType string, :contentUrl string, :id string, :isProcessingContent boolean}], :speakableType string, :selfLink string, :etag string, :created string, :bundleId string, :recipients [{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}], :title string, :displayTime string, :speakableText string, :sourceItemId string, :id string, :kind string, :isBundleCover boolean, :location {:accuracy number, :address string, :displayName string, :id string, :kind string, :latitude number, :longitude number, :timestamp string}, :isPinned boolean, :html string, :text string, :canonicalUrl string}

Updates a timeline item in place. This method supports patch semantics.

https://developers.google.com/glassapi/reference/rest/v1/timeline/patch

Required parameters: id

Optional parameters: none

Body: 

{:isDeleted boolean,
 :creator {:displayName string,
           :speakableName string,
           :sharingFeatures [string],
           :acceptCommands [Command],
           :type string,
           :source string,
           :acceptTypes [string],
           :imageUrls [string],
           :priority integer,
           :id string,
           :kind string,
           :phoneNumber string},
 :menuItems [{:action string,
              :contextual_command string,
              :id string,
              :payload string,
              :removeWhenSelected boolean,
              :values [MenuValue]}],
 :inReplyTo string,
 :pinScore integer,
 :notification {:deliveryTime string, :level string},
 :updated string,
 :attachments [{:contentType string,
                :contentUrl string,
                :id string,
                :isProcessingContent boolean}],
 :speakableType string,
 :selfLink string,
 :etag string,
 :created string,
 :bundleId string,
 :recipients [{:displayName string,
               :speakableName string,
               :sharingFeatures [string],
               :acceptCommands [Command],
               :type string,
               :source string,
               :acceptTypes [string],
               :imageUrls [string],
               :priority integer,
               :id string,
               :kind string,
               :phoneNumber string}],
 :title string,
 :displayTime string,
 :speakableText string,
 :sourceItemId string,
 :id string,
 :kind string,
 :isBundleCover boolean,
 :location {:accuracy number,
            :address string,
            :displayName string,
            :id string,
            :kind string,
            :latitude number,
            :longitude number,
            :timestamp string},
 :isPinned boolean,
 :html string,
 :text string,
 :canonicalUrl string}

Updates a timeline item in place. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/timeline/update

Required parameters: id

Optional parameters: none

Body:

{:isDeleted boolean, :creator {:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}, :menuItems [{:action string, :contextual_command string, :id string, :payload string, :removeWhenSelected boolean, :values [MenuValue]}], :inReplyTo string, :pinScore integer, :notification {:deliveryTime string, :level string}, :updated string, :attachments [{:contentType string, :contentUrl string, :id string, :isProcessingContent boolean}], :speakableType string, :selfLink string, :etag string, :created string, :bundleId string, :recipients [{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [Command], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}], :title string, :displayTime string, :speakableText string, :sourceItemId string, :id string, :kind string, :isBundleCover boolean, :location {:accuracy number, :address string, :displayName string, :id string, :kind string, :latitude number, :longitude number, :timestamp string}, :isPinned boolean, :html string, :text string, :canonicalUrl string}

Updates a timeline item in place.

https://developers.google.com/glassapi/reference/rest/v1/timeline/update

Required parameters: id

Optional parameters: none

Body: 

{:isDeleted boolean,
 :creator {:displayName string,
           :speakableName string,
           :sharingFeatures [string],
           :acceptCommands [Command],
           :type string,
           :source string,
           :acceptTypes [string],
           :imageUrls [string],
           :priority integer,
           :id string,
           :kind string,
           :phoneNumber string},
 :menuItems [{:action string,
              :contextual_command string,
              :id string,
              :payload string,
              :removeWhenSelected boolean,
              :values [MenuValue]}],
 :inReplyTo string,
 :pinScore integer,
 :notification {:deliveryTime string, :level string},
 :updated string,
 :attachments [{:contentType string,
                :contentUrl string,
                :id string,
                :isProcessingContent boolean}],
 :speakableType string,
 :selfLink string,
 :etag string,
 :created string,
 :bundleId string,
 :recipients [{:displayName string,
               :speakableName string,
               :sharingFeatures [string],
               :acceptCommands [Command],
               :type string,
               :source string,
               :acceptTypes [string],
               :imageUrls [string],
               :priority integer,
               :id string,
               :kind string,
               :phoneNumber string}],
 :title string,
 :displayTime string,
 :speakableText string,
 :sourceItemId string,
 :id string,
 :kind string,
 :isBundleCover boolean,
 :location {:accuracy number,
            :address string,
            :displayName string,
            :id string,
            :kind string,
            :latitude number,
            :longitude number,
            :timestamp string},
 :isPinned boolean,
 :html string,
 :text string,
 :canonicalUrl string}

Updates a timeline item in place.
sourceraw docstring

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

× close