gogol-books-0.0.1: Google Books SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Books.MyConfig.UpdateUserSettings

Contents

Description

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.

See: Books API Reference for books.myconfig.updateUserSettings.

Synopsis

REST Resource

type MyConfigUpdateUserSettingsResource = "books" :> ("v1" :> ("myconfig" :> ("updateUserSettings" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` UserSettings :> Post `[JSON]` UserSettings))))) Source

A resource alias for books.myconfig.updateUserSettings method which the MyConfigUpdateUserSettings request conforms to.

Creating a Request

myConfigUpdateUserSettings Source

Creates a value of MyConfigUpdateUserSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data MyConfigUpdateUserSettings Source

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.

See: myConfigUpdateUserSettings smart constructor.

Request Lenses