gogol-discovery-0.4.0: Google APIs Discovery Service 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.Discovery.APIs.List

Contents

Description

Retrieve the list of APIs supported at this endpoint.

See: APIs Discovery Service Reference for discovery.apis.list.

Synopsis

REST Resource

type APIsListResource = "discovery" :> ("v1" :> ("apis" :> (QueryParam "preferred" Bool :> (QueryParam "name" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DirectoryList))))) Source #

A resource alias for discovery.apis.list method which the APIsList request conforms to.

Creating a Request

apisList :: APIsList Source #

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

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

data APIsList Source #

Retrieve the list of APIs supported at this endpoint.

See: apisList smart constructor.

Instances
Eq APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Data APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Methods

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

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

toConstr :: APIsList -> Constr #

dataTypeOf :: APIsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Generic APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Associated Types

type Rep APIsList :: Type -> Type #

Methods

from :: APIsList -> Rep APIsList x #

to :: Rep APIsList x -> APIsList #

GoogleRequest APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Associated Types

type Rs APIsList :: Type #

type Scopes APIsList :: [Symbol] #

type Rep APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

type Rep APIsList = D1 (MetaData "APIsList" "Network.Google.Resource.Discovery.APIs.List" "gogol-discovery-0.4.0-CLRF9NRkltOCvHE33lNSCl" False) (C1 (MetaCons "APIsList'" PrefixI True) (S1 (MetaSel (Just "_alPreferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: S1 (MetaSel (Just "_alName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Scopes APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

type Scopes APIsList = ([] :: [Symbol])
type Rs APIsList Source # 
Instance details

Defined in Network.Google.Resource.Discovery.APIs.List

Request Lenses

alPreferred :: Lens' APIsList Bool Source #

Return only the preferred version of an API.

alName :: Lens' APIsList (Maybe Text) Source #

Only include APIs with the given name.