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 information regarding the family that the user is part of.
See: Books API Reference for books.familysharing.getFamilyInfo
.
Synopsis
- type FamilysharingGetFamilyInfoResource = "books" :> ("v1" :> ("familysharing" :> ("getFamilyInfo" :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] FamilyInfo)))))
- familysharingGetFamilyInfo :: FamilysharingGetFamilyInfo
- data FamilysharingGetFamilyInfo
- fgfiSource :: Lens' FamilysharingGetFamilyInfo (Maybe Text)
REST Resource
type FamilysharingGetFamilyInfoResource = "books" :> ("v1" :> ("familysharing" :> ("getFamilyInfo" :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] FamilyInfo))))) Source #
A resource alias for books.familysharing.getFamilyInfo
method which the
FamilysharingGetFamilyInfo
request conforms to.
Creating a Request
familysharingGetFamilyInfo :: FamilysharingGetFamilyInfo Source #
Creates a value of FamilysharingGetFamilyInfo
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FamilysharingGetFamilyInfo Source #
Gets information regarding the family that the user is part of.
See: familysharingGetFamilyInfo
smart constructor.
Instances
Request Lenses
fgfiSource :: Lens' FamilysharingGetFamilyInfo (Maybe Text) Source #
String to identify the originator of this request.