Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.proximitybeacon.namespaces

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

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

list$clj

(list$ auth parameters)

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/namespaces/list

Required parameters: none

Optional parameters: projectId

Lists all attachment namespaces owned by your Google Developers Console project. Attachment data associated with a beacon must include a namespaced type, and the namespace must be owned by your project.

Authenticate using an OAuth access token from a signed-in user with viewer, Is owner or Can edit permissions in the Google Developers Console project.

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/namespaces/list

Required parameters: none

Optional parameters: projectId

Lists all attachment namespaces owned by your Google Developers Console
project. Attachment data associated with a beacon must include a
namespaced type, and the namespace must be owned by your project.

Authenticate using an [OAuth access
token](https://developers.google.com/identity/protocols/OAuth2) from a
signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
the Google Developers Console project.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/namespaces/update

Required parameters: namespaceName

Optional parameters: projectId

Body:

{:namespaceName string, :servingVisibility string}

Updates the information about the specified namespace. Only the namespace visibility can be updated.

https://developers.google.com/beacons/proximity/api/reference/rest/v1beta1/namespaces/update

Required parameters: namespaceName

Optional parameters: projectId

Body: 

{:namespaceName string, :servingVisibility string}

Updates the information about the specified namespace. Only the namespace
visibility can be updated.
sourceraw docstring

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

× close