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 |
Given one or more beacon observations, returns any beacon information and attachments accessible to your application. Authorize by using the API key for the application.
See: Proximity Beacon API Reference for proximitybeacon.beaconinfo.getforobserved
.
Synopsis
- type BeaconInfoGetforObservedResource = "v1beta1" :> ("beaconinfo:getforobserved" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetInfoForObservedBeaconsRequest :> Post '[JSON] GetInfoForObservedBeaconsResponse))))))))
- beaconInfoGetforObserved :: GetInfoForObservedBeaconsRequest -> BeaconInfoGetforObserved
- data BeaconInfoGetforObserved
- bigoXgafv :: Lens' BeaconInfoGetforObserved (Maybe Xgafv)
- bigoUploadProtocol :: Lens' BeaconInfoGetforObserved (Maybe Text)
- bigoAccessToken :: Lens' BeaconInfoGetforObserved (Maybe Text)
- bigoUploadType :: Lens' BeaconInfoGetforObserved (Maybe Text)
- bigoPayload :: Lens' BeaconInfoGetforObserved GetInfoForObservedBeaconsRequest
- bigoCallback :: Lens' BeaconInfoGetforObserved (Maybe Text)
REST Resource
type BeaconInfoGetforObservedResource = "v1beta1" :> ("beaconinfo:getforobserved" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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:
data BeaconInfoGetforObserved Source #
Given one or more beacon observations, returns any beacon information and attachments accessible to your application. Authorize by using the API key for the application.
See: beaconInfoGetforObserved
smart constructor.
Instances
Request Lenses
bigoUploadProtocol :: Lens' BeaconInfoGetforObserved (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
bigoAccessToken :: Lens' BeaconInfoGetforObserved (Maybe Text) Source #
OAuth access token.
bigoUploadType :: Lens' BeaconInfoGetforObserved (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
bigoPayload :: Lens' BeaconInfoGetforObserved GetInfoForObservedBeaconsRequest Source #
Multipart request metadata.
bigoCallback :: Lens' BeaconInfoGetforObserved (Maybe Text) Source #
JSONP