Liking cljdoc? Tell your friends :D

happygapi.drive.replies

Google Drive API: replies. The Google Drive API allows clients to access resources from Google Drive. See: https://developers.google.com/drive/api/reference/rest/v3/replies

Google Drive API: replies.
The Google Drive API allows clients to access resources from Google Drive.
See: https://developers.google.com/drive/api/reference/rest/v3/replies
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/drive/api/reference/rest/v3/replies/create

Required parameters: fileId, commentId

Optional parameters: none

Body:

{:htmlContent string, :deleted boolean, :modifiedTime string, :content string, :author {:displayName string, :kind string, :me boolean, :permissionId string, :emailAddress string, :photoLink string}, :createdTime string, :id string, :kind string, :action string}

Creates a reply to a comment.

https://developers.google.com/drive/api/reference/rest/v3/replies/create

Required parameters: fileId, commentId

Optional parameters: none

Body: 

{:htmlContent string,
 :deleted boolean,
 :modifiedTime string,
 :content string,
 :author {:displayName string,
          :kind string,
          :me boolean,
          :permissionId string,
          :emailAddress string,
          :photoLink string},
 :createdTime string,
 :id string,
 :kind string,
 :action string}

Creates a reply to a comment.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/replies/delete

Required parameters: fileId, commentId, replyId

Optional parameters: none

Deletes a reply.

https://developers.google.com/drive/api/reference/rest/v3/replies/delete

Required parameters: fileId, commentId, replyId

Optional parameters: none

Deletes a reply.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/replies/get

Required parameters: fileId, commentId, replyId

Optional parameters: includeDeleted

Gets a reply by ID.

https://developers.google.com/drive/api/reference/rest/v3/replies/get

Required parameters: fileId, commentId, replyId

Optional parameters: includeDeleted

Gets a reply by ID.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/replies/list

Required parameters: fileId, commentId

Optional parameters: includeDeleted, pageSize, pageToken

Lists a comment's replies.

https://developers.google.com/drive/api/reference/rest/v3/replies/list

Required parameters: fileId, commentId

Optional parameters: includeDeleted, pageSize, pageToken

Lists a comment's replies.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/drive/api/reference/rest/v3/replies/update

Required parameters: fileId, commentId, replyId

Optional parameters: none

Body:

{:htmlContent string, :deleted boolean, :modifiedTime string, :content string, :author {:displayName string, :kind string, :me boolean, :permissionId string, :emailAddress string, :photoLink string}, :createdTime string, :id string, :kind string, :action string}

Updates a reply with patch semantics.

https://developers.google.com/drive/api/reference/rest/v3/replies/update

Required parameters: fileId, commentId, replyId

Optional parameters: none

Body: 

{:htmlContent string,
 :deleted boolean,
 :modifiedTime string,
 :content string,
 :author {:displayName string,
          :kind string,
          :me boolean,
          :permissionId string,
          :emailAddress string,
          :photoLink string},
 :createdTime string,
 :id string,
 :kind string,
 :action string}

Updates a reply with patch semantics.
sourceraw docstring

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

× close