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.BeaconInfo.GetforObserved

Contents

Description

Given one or more beacon observations, returns any beacon information and attachments accessible to your application.

See: Google Proximity Beacon API Reference for proximitybeacon.beaconinfo.getforobserved.

Synopsis

REST Resource

type BeaconInfoGetforObservedResource = "v1beta1" :> ("beaconinfo:getforobserved" :> (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 :> (ReqBody `[JSON]` GetInfoForObservedBeaconsRequest :> Post `[JSON]` GetInfoForObservedBeaconsResponse)))))))))) Source

A resource alias for proximitybeacon.beaconinfo.getforobserved method which the BeaconInfoGetforObserved request conforms to.

Creating a Request

beaconInfoGetforObserved Source

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

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

Request Lenses

bigoUploadProtocol :: Lens' BeaconInfoGetforObserved (Maybe Text) Source

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

bigoUploadType :: Lens' BeaconInfoGetforObserved (Maybe Text) Source

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