Liking cljdoc? Tell your friends :D

happygapi.books.familysharing

Books API: familysharing. Searches for books and manages your Google Books library. See: https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing

Books API: familysharing.
Searches for books and manages your Google Books library.
See: https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing
raw docstring

getFamilyInfo$clj

(getFamilyInfo$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/getFamilyInfo

Required parameters: none

Optional parameters: source

Gets information regarding the family that the user is part of.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/getFamilyInfo

Required parameters: none

Optional parameters: source

Gets information regarding the family that the user is part of.
sourceraw docstring

share$clj

(share$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/share

Required parameters: none

Optional parameters: docId, source, volumeId

Initiates sharing of the content with the user's family. Empty response indicates success.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/share

Required parameters: none

Optional parameters: docId, source, volumeId

Initiates sharing of the content with the user's family. Empty response indicates success.
sourceraw docstring

unshare$clj

(unshare$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/unshare

Required parameters: none

Optional parameters: docId, source, volumeId

Initiates revoking content that has already been shared with the user's family. Empty response indicates success.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/familysharing/unshare

Required parameters: none

Optional parameters: docId, source, volumeId

Initiates revoking content that has already been shared with the user's family. Empty response indicates success.
sourceraw docstring

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

× close