google_api_android_publisher v0.14.1 GoogleApi.AndroidPublisher.V3.Api.Reviews View Source
API calls for all endpoints tagged Reviews
.
Link to this section Summary
Functions
androidpublisher_reviews_get(connection, package_name, review_id, optional_params \\ [], opts \\ [])
Returns a single review.
Returns a list of reviews. Only reviews from last week will be returned.
Reply to a single review, or update an existing reply.
Link to this section Functions
Link to this function
androidpublisher_reviews_get(connection, package_name, review_id, optional_params \\ [], opts \\ [])
View Sourceandroidpublisher_reviews_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.Review.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Returns a single review.
Parameters
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to serverpackage_name
(type:String.t
) - Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".review_id
(type:String.t
) -optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:translationLanguage
(type:String.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidPublisher.V3.Model.Review{}}
on success{:error, info}
on failure
Link to this function
androidpublisher_reviews_list(connection, package_name, optional_params \\ [], opts \\ [])
View Sourceandroidpublisher_reviews_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.ReviewsListResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Returns a list of reviews. Only reviews from last week will be returned.
Parameters
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to serverpackage_name
(type:String.t
) - Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:maxResults
(type:integer()
) -:startIndex
(type:integer()
) -:token
(type:String.t
) -:translationLanguage
(type:String.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidPublisher.V3.Model.ReviewsListResponse{}}
on success{:error, info}
on failure
Link to this function
androidpublisher_reviews_reply(connection, package_name, review_id, optional_params \\ [], opts \\ [])
View Sourceandroidpublisher_reviews_reply( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.ReviewsReplyResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Reply to a single review, or update an existing reply.
Parameters
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to serverpackage_name
(type:String.t
) - Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".review_id
(type:String.t
) -optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:body
(type:GoogleApi.AndroidPublisher.V3.Model.ReviewsReplyRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidPublisher.V3.Model.ReviewsReplyResponse{}}
on success{:error, info}
on failure