[null,null,["Последнее обновление: 2024-12-18 UTC."],[[["Retrieves comprehensive details of a specific Android app using its package name and edit ID."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."],["Utilizes an HTTP GET request with path parameters for the package name and edit ID, and an empty request body."],["Returns an `AppDetails` object containing the app's information upon successful execution."]]],["This document details retrieving app details via a `GET` HTTP request to `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details`. The request uses `packageName` and `editId` as path parameters and requires an empty request body. A successful response returns an instance of `AppDetails`. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. This operation also supports gRPC Transcoding.\n"]]