gogol-proximitybeacon-0.0.1: Google Proximity Beacon 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.ProximityBeacon.Beacons.Get

Contents

Description

Returns detailed information about the specified beacon.

See: Google Proximity Beacon API Reference for proximitybeacon.beacons.get.

Synopsis

REST Resource

type BeaconsGetResource = "v1beta1" :> (Capture "beaconName" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Beacon))))))))) Source

A resource alias for proximitybeacon.beacons.get method which the BeaconsGet request conforms to.

Creating a Request

beaconsGet Source

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

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

data BeaconsGet Source

Returns detailed information about the specified beacon.

See: beaconsGet smart constructor.

Request Lenses

bgXgafv :: Lens' BeaconsGet (Maybe Text) Source

V1 error format.

bgUploadProtocol :: Lens' BeaconsGet (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

bgPp :: Lens' BeaconsGet Bool Source

Pretty-print response.

bgAccessToken :: Lens' BeaconsGet (Maybe Text) Source

OAuth access token.

bgBeaconName :: Lens' BeaconsGet Text Source

Beacon that is requested.

bgUploadType :: Lens' BeaconsGet (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

bgBearerToken :: Lens' BeaconsGet (Maybe Text) Source

OAuth bearer token.