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.
raw 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.
raw docstring

requestAccess$clj

(requestAccess$ auth parameters)

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

Required parameters: volumeId, source, cpksver, nonce

Optional parameters: licenseTypes, locale

Request concurrent and download access restrictions.

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

Required parameters: volumeId, source, cpksver, nonce

Optional parameters: licenseTypes, locale

Request concurrent and download access restrictions.
raw docstring

syncVolumeLicenses$clj

(syncVolumeLicenses$ auth parameters)

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

Required parameters: source, cpksver, nonce

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

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: source, cpksver, nonce

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

Request downloaded content access for specified volumes on the My eBooks shelf.
raw 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 {:moreFromAuthors {:opted_state string}, :rewardExpirations {:opted_state string}, :priceDrop {:opted_state string}, :moreFromSeries {:opted_state string}, :matchMyInterests {: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 {:moreFromAuthors {:opted_state string},
                :rewardExpirations {:opted_state string},
                :priceDrop {:opted_state string},
                :moreFromSeries {:opted_state string},
                :matchMyInterests {: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.
raw docstring

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

× close