Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.proximitybeacon.beaconinfo

Proximity Beacon API: beaconinfo. Registers, manages, indexes, and searches beacons. See: https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/beaconinfo

Proximity Beacon API: beaconinfo.
Registers, manages, indexes, and searches beacons.
See: https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/beaconinfo
raw docstring

getforobserved$clj

(getforobserved$ auth parameters body)

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/beaconinfo/getforobserved

Required parameters: none

Optional parameters: none

Body:

{:observations [{:advertisedId AdvertisedId, :telemetry string, :timestampMs string}], :namespacedTypes [string]}

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.

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/beaconinfo/getforobserved

Required parameters: none

Optional parameters: none

Body: 

{:observations [{:advertisedId AdvertisedId,
                 :telemetry string,
                 :timestampMs string}],
 :namespacedTypes [string]}

Given one or more beacon observations, returns any beacon information
and attachments accessible to your application. Authorize by using the
[API
key](https://developers.google.com/beacons/proximity/get-started#request_a_browser_api_key)
for the application.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close