gogol-books-0.4.0: Google Books SDK.

Copyright(c) 2015-2016 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.Familysharing.GetFamilyInfo

Contents

Description

Gets information regarding the family that the user is part of.

See: Books API Reference for books.familysharing.getFamilyInfo.

Synopsis

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
Eq FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

Data FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FamilysharingGetFamilyInfo -> c FamilysharingGetFamilyInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FamilysharingGetFamilyInfo #

toConstr :: FamilysharingGetFamilyInfo -> Constr #

dataTypeOf :: FamilysharingGetFamilyInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FamilysharingGetFamilyInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FamilysharingGetFamilyInfo) #

gmapT :: (forall b. Data b => b -> b) -> FamilysharingGetFamilyInfo -> FamilysharingGetFamilyInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FamilysharingGetFamilyInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FamilysharingGetFamilyInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> FamilysharingGetFamilyInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FamilysharingGetFamilyInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FamilysharingGetFamilyInfo -> m FamilysharingGetFamilyInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FamilysharingGetFamilyInfo -> m FamilysharingGetFamilyInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FamilysharingGetFamilyInfo -> m FamilysharingGetFamilyInfo #

Show FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

Generic FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

Associated Types

type Rep FamilysharingGetFamilyInfo :: Type -> Type #

GoogleRequest FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

type Rep FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

type Rep FamilysharingGetFamilyInfo = D1 (MetaData "FamilysharingGetFamilyInfo" "Network.Google.Resource.Books.Familysharing.GetFamilyInfo" "gogol-books-0.4.0-JsYtirrXlXLDWYQKuxGcRl" True) (C1 (MetaCons "FamilysharingGetFamilyInfo'" PrefixI True) (S1 (MetaSel (Just "_fgfiSource") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Scopes FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

type Scopes FamilysharingGetFamilyInfo = "https://www.googleapis.com/auth/books" ': ([] :: [Symbol])
type Rs FamilysharingGetFamilyInfo Source # 
Instance details

Defined in Network.Google.Resource.Books.Familysharing.GetFamilyInfo

Request Lenses

fgfiSource :: Lens' FamilysharingGetFamilyInfo (Maybe Text) Source #

String to identify the originator of this request.