Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves a list of locations for the user.
See: Google Mirror API Reference for mirror.locations.list
.
Synopsis
- type LocationsListResource = "mirror" :> ("v1" :> ("locations" :> (QueryParam "alt" AltJSON :> Get '[JSON] LocationsListResponse)))
- locationsList :: LocationsList
- data LocationsList
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.
data LocationsList Source #
Retrieves a list of locations for the user.
See: locationsList
smart constructor.