gogol-maps-coordinate-0.0.1: Google Maps Coordinate 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.Coordinate.Worker.List

Contents

Description

Retrieves a list of workers in a team.

See: Google Maps Coordinate API Reference for coordinate.worker.list.

Synopsis

REST Resource

type WorkerListResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("workers" :> (QueryParam "alt" AltJSON :> Get `[JSON]` WorkerListResponse))))) Source

A resource alias for coordinate.worker.list method which the WorkerList request conforms to.

Creating a Request

workerList Source

Arguments

:: Text

wlTeamId

-> WorkerList 

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

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

Request Lenses