Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.users

Google Play Android Developer API: users. 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/users

Google Play Android Developer API: users.
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/users
raw docstring

create$clj

(create$ auth parameters body)

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

Required parameters: parent

Optional parameters: none

Body:

{:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]}

Grant access for a user to the given developer account.

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

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :email string,
 :accessState string,
 :expirationTime string,
 :partial boolean,
 :developerAccountPermissions [string],
 :grants [{:name string,
           :packageName string,
           :appLevelPermissions [string]}]}

Grant access for a user to the given developer account.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

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

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

Required parameters: name

Optional parameters: none

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

list$clj

(list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/users/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all users with access to a developer account.

https://developers.google.com/android-publisherapi/reference/rest/v3/users/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all users with access to a developer account.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]}

Updates access for the user to the developer account.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :email string,
 :accessState string,
 :expirationTime string,
 :partial boolean,
 :developerAccountPermissions [string],
 :grants [{:name string,
           :packageName string,
           :appLevelPermissions [string]}]}

Updates access for the user to the developer account.
sourceraw docstring

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

× close