Liking cljdoc? Tell your friends :D

happygapi.books.myconfig

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

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

getUserSettings$clj

(getUserSettings$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/getUserSettings

Required parameters: none

Optional parameters: none

Gets the current settings for the user.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/getUserSettings

Required parameters: none

Optional parameters: none

Gets the current settings for the user.
sourceraw docstring

releaseDownloadAccess$clj

(releaseDownloadAccess$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/releaseDownloadAccess

Required parameters: cpksver, volumeIds

Optional parameters: locale, source

Release downloaded content access restriction.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/releaseDownloadAccess

Required parameters: cpksver, volumeIds

Optional parameters: locale, source

Release downloaded content access restriction.
sourceraw docstring

requestAccess$clj

(requestAccess$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/requestAccess

Required parameters: cpksver, nonce, source, volumeId

Optional parameters: licenseTypes, locale

Request concurrent and download access restrictions.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/requestAccess

Required parameters: cpksver, nonce, source, volumeId

Optional parameters: licenseTypes, locale

Request concurrent and download access restrictions.
sourceraw docstring

syncVolumeLicenses$clj

(syncVolumeLicenses$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/syncVolumeLicenses

Required parameters: cpksver, nonce, source

Optional parameters: features, includeNonComicsSeries, locale, showPreorders, volumeIds

Request downloaded content access for specified volumes on the My eBooks shelf.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/syncVolumeLicenses

Required parameters: cpksver, nonce, source

Optional parameters: features, includeNonComicsSeries, locale, showPreorders, volumeIds

Request downloaded content access for specified volumes on the My eBooks shelf.
sourceraw docstring

updateUserSettings$clj

(updateUserSettings$ auth parameters body)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/updateUserSettings

Required parameters: none

Optional parameters: none

Body:

{:kind string, :notesExport {:folderName string, :isEnabled boolean}, :notification {:matchMyInterests {:opted_state string}, :moreFromAuthors {:opted_state string}, :moreFromSeries {:opted_state string}, :priceDrop {:opted_state string}, :rewardExpirations {:opted_state string}}}

Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/myconfig/updateUserSettings

Required parameters: none

Optional parameters: none

Body: 

{:kind string,
 :notesExport {:folderName string, :isEnabled boolean},
 :notification {:matchMyInterests {:opted_state string},
                :moreFromAuthors {:opted_state string},
                :moreFromSeries {:opted_state string},
                :priceDrop {:opted_state string},
                :rewardExpirations {:opted_state string}}}

Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.
sourceraw docstring

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

× close