Liking cljdoc? Tell your friends :D

happygapi.books.myconfig

Books API: myconfig. 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/myconfig

Books API: myconfig.
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/myconfig
raw docstring

getUserSettings$clj

(getUserSettings$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/getUserSettings

Required parameters: none

Optional parameters: country

Gets the current settings for the user.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/getUserSettings

Required parameters: none

Optional parameters: country

Gets the current settings for the user.
sourceraw docstring

releaseDownloadAccess$clj

(releaseDownloadAccess$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/releaseDownloadAccess

Required parameters: cpksver, volumeIds

Optional parameters: source, locale

Release downloaded content access restriction.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/releaseDownloadAccess

Required parameters: cpksver, volumeIds

Optional parameters: source, locale

Release downloaded content access restriction.
sourceraw docstring

requestAccess$clj

(requestAccess$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/requestAccess

Required parameters: nonce, source, cpksver, volumeId

Optional parameters: locale, licenseTypes

Request concurrent and download access restrictions.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/requestAccess

Required parameters: nonce, source, cpksver, volumeId

Optional parameters: locale, licenseTypes

Request concurrent and download access restrictions.
sourceraw docstring

syncVolumeLicenses$clj

(syncVolumeLicenses$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/syncVolumeLicenses

Required parameters: nonce, source, cpksver

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

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

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/syncVolumeLicenses

Required parameters: nonce, source, cpksver

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

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

updateUserSettings$clj

(updateUserSettings$ auth parameters body)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/updateUserSettings

Required parameters: none

Optional parameters: none

Body:

{:kind string, :notification {:matchMyInterests {:opted_state string}, :rewardExpirations {:opted_state string}, :priceDrop {:opted_state string}, :moreFromAuthors {:opted_state string}, :moreFromSeries {:opted_state string}}, :notesExport {:isEnabled boolean, :folderName 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://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/myconfig/updateUserSettings

Required parameters: none

Optional parameters: none

Body: 

{:kind string,
 :notification {:matchMyInterests {:opted_state string},
                :rewardExpirations {:opted_state string},
                :priceDrop {:opted_state string},
                :moreFromAuthors {:opted_state string},
                :moreFromSeries {:opted_state string}},
 :notesExport {:isEnabled boolean, :folderName 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