gogol-mirror-0.0.1: Google Mirror 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.Mirror.Locations.List

Contents

Description

Retrieves a list of locations for the user.

See: Google Mirror API Reference for mirror.locations.list.

Synopsis

REST Resource

type LocationsListResource = "mirror" :> ("v1" :> ("locations" :> (QueryParam "alt" AltJSON :> Get `[JSON]` LocationsListResponse))) Source

A resource alias for mirror.locations.list method which the LocationsList request conforms to.

Creating a Request

locationsList :: LocationsList Source

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