Liking cljdoc? Tell your friends :D

happygapi.books.familysharing

Books API: familysharing. The Google Books API allows clients to access the Google Books repository. See: https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing

Books API: familysharing.
The Google Books API allows clients to access the Google Books repository.
See: https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing
raw docstring

getFamilyInfo$clj

(getFamilyInfo$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing/getFamilyInfo

Required parameters: none

Optional parameters: source

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

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/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://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing/share

Required parameters: none

Optional parameters: volumeId, source, docId

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

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing/share

Required parameters: none

Optional parameters: volumeId, source, docId

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

unshare$clj

(unshare$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing/unshare

Required parameters: none

Optional parameters: source, volumeId, docId

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

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/familysharing/unshare

Required parameters: none

Optional parameters: source, volumeId, docId

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