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
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close