gogol-maps-engine-0.0.1: Google Maps Engine 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.MapsEngine.Projects.Icons.Get

Contents

Description

Return an icon or its associated metadata

See: Google Maps Engine API Reference for mapsengine.projects.icons.get.

Synopsis

REST Resource

type ProjectsIconsGetResource = ("mapsengine" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("icons" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Icon))))))) :<|> ("mapsengine" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("icons" :> (Capture "id" Text :> (QueryParam "alt" AltMedia :> Get `[OctetStream]` Stream))))))) Source

A resource alias for mapsengine.projects.icons.get method which the ProjectsIconsGet request conforms to.

Creating a Request

projectsIconsGet Source

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

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

Request Lenses

pigId :: Lens' ProjectsIconsGet Text Source

The ID of the icon.

pigProjectId :: Lens' ProjectsIconsGet Text Source

The ID of the project.