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.GetUserSettings

Contents

Description

Gets the current settings for the user.

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

Synopsis

REST Resource

type MyConfigGetUserSettingsResource = "books" :> ("v1" :> ("myconfig" :> ("getUserSettings" :> (QueryParam "alt" AltJSON :> Get `[JSON]` UserSettings)))) Source

A resource alias for books.myconfig.getUserSettings method which the MyConfigGetUserSettings request conforms to.

Creating a Request

myConfigGetUserSettings :: MyConfigGetUserSettings Source

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