Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets the current settings for the user.
See: Books API Reference for books.myconfig.getUserSettings
.
Synopsis
- type MyConfigGetUserSettingsResource = "books" :> ("v1" :> ("myconfig" :> ("getUserSettings" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserSettings))))
- myConfigGetUserSettings :: MyConfigGetUserSettings
- data MyConfigGetUserSettings
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.
data MyConfigGetUserSettings Source #
Gets the current settings for the user.
See: myConfigGetUserSettings
smart constructor.