google_api_android_publisher v0.16.0 GoogleApi.AndroidPublisher.V3.Api.Inappproducts View Source
API calls for all endpoints tagged Inappproducts
.
Link to this section Summary
Functions
Delete an in-app product for an app.
androidpublisher_inappproducts_get(connection, package_name, sku, optional_params \\ [], opts \\ [])
Returns information about the in-app product specified.
Creates a new in-app product for an app.
List all the in-app products for an Android app, both subscriptions and managed in-app products..
Updates the details of an in-app product. This method supports patch semantics.
Updates the details of an in-app product.
Link to this section Functions
Link to this function
androidpublisher_inappproducts_delete(connection, package_name, sku, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:error, any()}
Delete an in-app product for an app.
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". -
sku
(type:String.t
) - Unique identifier for the in-app product. -
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.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
Link to this function
androidpublisher_inappproducts_get(connection, package_name, sku, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Returns information about the in-app product specified.
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - -
sku
(type:String.t
) - Unique identifier for the in-app product. -
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.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AndroidPublisher.V3.Model.InAppProduct{}}
on success -
{:error, info}
on failure
Link to this function
androidpublisher_inappproducts_insert(connection, package_name, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_insert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Creates a new in-app product for an app.
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - Unique identifier for the Android app; 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. -
:autoConvertMissingPrices
(type:boolean()
) - If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. -
:body
(type:GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AndroidPublisher.V3.Model.InAppProduct{}}
on success -
{:error, info}
on failure
Link to this function
androidpublisher_inappproducts_list(connection, package_name, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.InappproductsListResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
List all the in-app products for an Android app, both subscriptions and managed in-app products..
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - Unique identifier for the Android app with in-app products; 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
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AndroidPublisher.V3.Model.InappproductsListResponse{}}
on success -
{:error, info}
on failure
Link to this function
androidpublisher_inappproducts_patch(connection, package_name, sku, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_patch( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Updates the details of an in-app product. This method supports patch semantics.
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". -
sku
(type:String.t
) - Unique identifier for the in-app product. -
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. -
:autoConvertMissingPrices
(type:boolean()
) - If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. -
:body
(type:GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AndroidPublisher.V3.Model.InAppProduct{}}
on success -
{:error, info}
on failure
Link to this function
androidpublisher_inappproducts_update(connection, package_name, sku, optional_params \\ [], opts \\ [])
View SourceSpecs
androidpublisher_inappproducts_update( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Updates the details of an in-app product.
Parameters
-
connection
(type:GoogleApi.AndroidPublisher.V3.Connection.t
) - Connection to server -
package_name
(type:String.t
) - Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". -
sku
(type:String.t
) - Unique identifier for the in-app product. -
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. -
:autoConvertMissingPrices
(type:boolean()
) - If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. -
:body
(type:GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AndroidPublisher.V3.Model.InAppProduct{}}
on success -
{:error, info}
on failure