integrations.sh
← all integrations

googleapis.com – firebaseappdistribution

OpenAPI apis-guru analyticsmedia
Homepage
https://api.apis.guru/v2/specs/googleapis.com:firebaseappdistribution/v1.json
Provider
googleapis.com:firebaseappdistribution / firebaseappdistribution
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/firebaseappdistribution/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/firebaseappdistribution/v1/openapi.yaml

Tools (20)

Extracted live via the executor SDK.

  • media.firebaseappdistributionMediaUpload

    Uploads a binary. Uploading a binary can result in a new release being created, an update to an existing release, or a no-op if a release with the same binary already exists.

  • projects.firebaseappdistributionProjectsAppsReleasesBatchDelete

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

  • projects.firebaseappdistributionProjectsAppsReleasesDistribute

    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.

  • projects.firebaseappdistributionProjectsAppsReleasesFeedbackReportsList

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

  • projects.firebaseappdistributionProjectsAppsReleasesList

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

  • projects.firebaseappdistributionProjectsAppsReleasesOperationsCancel

    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.

  • projects.firebaseappdistributionProjectsAppsReleasesOperationsList

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

  • projects.firebaseappdistributionProjectsAppsReleasesOperationsWait

    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.

  • projects.firebaseappdistributionProjectsGroupsBatchJoin

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

  • projects.firebaseappdistributionProjectsGroupsBatchLeave

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

  • projects.firebaseappdistributionProjectsGroupsCreate

    Create a group.

  • projects.firebaseappdistributionProjectsGroupsDelete

    Delete a group.

  • projects.firebaseappdistributionProjectsGroupsGet

    Get a group.

  • projects.firebaseappdistributionProjectsGroupsList

    List groups.

  • projects.firebaseappdistributionProjectsTestersBatchAdd

    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.

  • projects.firebaseappdistributionProjectsTestersBatchRemove

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

  • projects.firebaseappdistributionProjectsTestersList

    Lists testers and their resource ids.

  • projects.firebaseappdistributionProjectsTestersPatch

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

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools