Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.grants

Google Play Android Developer API: grants. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherapi/reference/rest/v3/grants

Google Play Android Developer API: grants.
Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. 
See: https://developers.google.com/android-publisherapi/reference/rest/v3/grants
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :packageName string, :appLevelPermissions [string]}

Grant access for a user to the given package.

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string, :packageName string, :appLevelPermissions [string]}

Grant access for a user to the given package.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/delete

Required parameters: name

Optional parameters: none

Removes all access for the user to the given package or developer account.

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/delete

Required parameters: name

Optional parameters: none

Removes all access for the user to the given package or developer account.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :packageName string, :appLevelPermissions [string]}

Updates access for the user to the given package.

https://developers.google.com/android-publisherapi/reference/rest/v3/grants/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string, :packageName string, :appLevelPermissions [string]}

Updates access for the user to the given package.
sourceraw docstring

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

× close