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 |
Gets information about a location.
See: App Engine Admin API Reference for appengine.apps.locations.get
.
Synopsis
- type AppsLocationsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("locations" :> (Capture "locationsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Location))))))))))
- appsLocationsGet :: Text -> Text -> AppsLocationsGet
- data AppsLocationsGet
- algXgafv :: Lens' AppsLocationsGet (Maybe Xgafv)
- algUploadProtocol :: Lens' AppsLocationsGet (Maybe Text)
- algAccessToken :: Lens' AppsLocationsGet (Maybe Text)
- algUploadType :: Lens' AppsLocationsGet (Maybe Text)
- algAppsId :: Lens' AppsLocationsGet Text
- algLocationsId :: Lens' AppsLocationsGet Text
- algCallback :: Lens' AppsLocationsGet (Maybe Text)
REST Resource
type AppsLocationsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("locations" :> (Capture "locationsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Location)))))))))) Source #
A resource alias for appengine.apps.locations.get
method which the
AppsLocationsGet
request conforms to.
Creating a Request
Creates a value of AppsLocationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsLocationsGet Source #
Gets information about a location.
See: appsLocationsGet
smart constructor.
Instances
Request Lenses
algUploadProtocol :: Lens' AppsLocationsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
algAccessToken :: Lens' AppsLocationsGet (Maybe Text) Source #
OAuth access token.
algUploadType :: Lens' AppsLocationsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
algLocationsId :: Lens' AppsLocationsGet Text Source #
Part of `name`. See documentation of `appsId`.
algCallback :: Lens' AppsLocationsGet (Maybe Text) Source #
JSONP