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

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.