Liking cljdoc? Tell your friends :D

happygapi.firebaseappdistribution.projects

Firebase App Distribution API: projects.

See: https://firebase.google.com/products/app-distributiondocs/reference/rest/v1/projects
raw docstring

apps-getAabInfo$clj

(apps-getAabInfo$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/getAabInfo

Required parameters: name

Optional parameters: none

Gets Android App Bundle (AAB) information for a Firebase app.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/getAabInfo

Required parameters: name

Optional parameters: none

Gets Android App Bundle (AAB) information for a Firebase app.
raw docstring

apps-releases-batchDelete$clj

(apps-releases-batchDelete$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/batchDelete

Required parameters: parent

Optional parameters: none

Body:

{:names [string]}

Deletes releases. A maximum of 100 releases can be deleted per request.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/batchDelete

Required parameters: parent

Optional parameters: none

Body: 

{:names [string]}

Deletes releases. A maximum of 100 releases can be deleted per request.
raw docstring

apps-releases-distribute$clj

(apps-releases-distribute$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/distribute

Required parameters: name

Optional parameters: none

Body:

{:testerEmails [string], :groupAliases [string]}

Distributes a release to testers. This call does the following: 1. Creates testers for the specified emails, if none exist. 2. Adds the testers and groups to the release. 3. Sends new testers an invitation email. 4. Sends existing testers a new release email. The request will fail with a INVALID_ARGUMENT if it contains a group that doesn't exist.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/distribute

Required parameters: name

Optional parameters: none

Body: 

{:testerEmails [string], :groupAliases [string]}

Distributes a release to testers. This call does the following: 1. Creates testers for the specified emails, if none exist. 2. Adds the testers and groups to the release. 3. Sends new testers an invitation email. 4. Sends existing testers a new release email. The request will fail with a `INVALID_ARGUMENT` if it contains a group that doesn't exist.
raw docstring

apps-releases-feedbackReports-delete$clj

(apps-releases-feedbackReports-delete$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/feedbackReports/delete

Required parameters: name

Optional parameters: none

Deletes a feedback report.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/feedbackReports/delete

Required parameters: name

Optional parameters: none

Deletes a feedback report.
raw docstring

apps-releases-feedbackReports-get$clj

(apps-releases-feedbackReports-get$ auth parameters)
https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/feedbackReports/get

Required parameters: name

Optional parameters: none

Gets a feedback report.
raw docstring

apps-releases-feedbackReports-list$clj

(apps-releases-feedbackReports-list$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/feedbackReports/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists feedback reports. By default, sorts by createTime in descending order.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/feedbackReports/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists feedback reports. By default, sorts by `createTime` in descending order.
raw docstring

apps-releases-get$clj

(apps-releases-get$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/get

Required parameters: name

Optional parameters: none

Gets a release.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/get

Required parameters: name

Optional parameters: none

Gets a release.
raw docstring

apps-releases-list$clj

(apps-releases-list$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/list

Required parameters: parent

Optional parameters: filter, orderBy, pageToken, pageSize

Lists releases. By default, sorts by createTime in descending order.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/list

Required parameters: parent

Optional parameters: filter, orderBy, pageToken, pageSize

Lists releases. By default, sorts by `createTime` in descending order.
raw docstring

apps-releases-operations-cancel$clj

(apps-releases-operations-cancel$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
raw docstring

apps-releases-operations-delete$clj

(apps-releases-operations-delete$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
raw docstring

apps-releases-operations-get$clj

(apps-releases-operations-get$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
raw docstring

apps-releases-operations-list$clj

(apps-releases-operations-list$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
raw docstring

apps-releases-operations-wait$clj

(apps-releases-operations-wait$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/wait

Required parameters: name

Optional parameters: none

Body:

{:timeout string}

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/operations/wait

Required parameters: name

Optional parameters: none

Body: 

{:timeout string}

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
raw docstring

apps-releases-patch$clj

(apps-releases-patch$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:buildVersion string, :firebaseConsoleUri string, :name string, :displayVersion string, :binaryDownloadUri string, :createTime string, :releaseNotes {:text string}, :testingUri string}

Updates a release.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/apps/releases/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:buildVersion string,
 :firebaseConsoleUri string,
 :name string,
 :displayVersion string,
 :binaryDownloadUri string,
 :createTime string,
 :releaseNotes {:text string},
 :testingUri string}

Updates a release.
raw docstring

groups-batchJoin$clj

(groups-batchJoin$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/batchJoin

Required parameters: group

Optional parameters: none

Body:

{:createMissingTesters boolean, :emails [string]}

Batch adds members to a group. The testers will gain access to all releases that the groups have access to.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/batchJoin

Required parameters: group

Optional parameters: none

Body: 

{:createMissingTesters boolean, :emails [string]}

Batch adds members to a group. The testers will gain access to all releases that the groups have access to.
raw docstring

groups-batchLeave$clj

(groups-batchLeave$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/batchLeave

Required parameters: group

Optional parameters: none

Body:

{:emails [string]}

Batch removed members from a group. The testers will lose access to all releases that the groups have access to.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/batchLeave

Required parameters: group

Optional parameters: none

Body: 

{:emails [string]}

Batch removed members from a group. The testers will lose access to all releases that the groups have access to.
raw docstring

groups-create$clj

(groups-create$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/create

Required parameters: parent

Optional parameters: groupId

Body:

{:testerCount integer, :inviteLinkCount integer, :name string, :displayName string, :releaseCount integer}

Create a group.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/create

Required parameters: parent

Optional parameters: groupId

Body: 

{:testerCount integer,
 :inviteLinkCount integer,
 :name string,
 :displayName string,
 :releaseCount integer}

Create a group.
raw docstring

groups-delete$clj

(groups-delete$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/delete

Required parameters: name

Optional parameters: none

Delete a group.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/delete

Required parameters: name

Optional parameters: none

Delete a group.
raw docstring

groups-get$clj

(groups-get$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/get

Required parameters: name

Optional parameters: none

Get a group.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/get

Required parameters: name

Optional parameters: none

Get a group.
raw docstring

groups-list$clj

(groups-list$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List groups.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List groups.
raw docstring

groups-patch$clj

(groups-patch$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:testerCount integer, :inviteLinkCount integer, :name string, :displayName string, :releaseCount integer}

Update a group.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/groups/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:testerCount integer,
 :inviteLinkCount integer,
 :name string,
 :displayName string,
 :releaseCount integer}

Update a group.
raw docstring

testers-batchAdd$clj

(testers-batchAdd$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/batchAdd

Required parameters: project

Optional parameters: none

Body:

{:emails [string]}

Batch adds testers. This call adds testers for the specified emails if they don't already exist. Returns all testers specified in the request, including newly created and previously existing testers. This action is idempotent.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/batchAdd

Required parameters: project

Optional parameters: none

Body: 

{:emails [string]}

Batch adds testers. This call adds testers for the specified emails if they don't already exist. Returns all testers specified in the request, including newly created and previously existing testers. This action is idempotent.
raw docstring

testers-batchRemove$clj

(testers-batchRemove$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/batchRemove

Required parameters: project

Optional parameters: none

Body:

{:emails [string]}

Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/batchRemove

Required parameters: project

Optional parameters: none

Body: 

{:emails [string]}

Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers.
raw docstring

testers-list$clj

(testers-list$ auth parameters)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists testers and their resource ids.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists testers and their resource ids.
raw docstring

testers-patch$clj

(testers-patch$ auth parameters body)

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:displayName string, :name string, :groups [string], :lastActivityTime string}

Update a tester. If the testers joins a group they gain access to all releases that the group has access to.

https://firebase.google.com/products/app-distributionapi/reference/rest/v1/projects/testers/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:displayName string,
 :name string,
 :groups [string],
 :lastActivityTime string}

Update a tester. If the testers joins a group they gain access to all releases that the group has access to.
raw docstring

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

× close