gogol-android-publisher-0.2.0: Google Play Developer SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidPublisher.InAppProducts.Get

Contents

Description

Returns information about the in-app product specified.

See: Google Play Developer API Reference for androidpublisher.inappproducts.get.

Synopsis

REST Resource

type InAppProductsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InAppProduct)))))) Source #

A resource alias for androidpublisher.inappproducts.get method which the InAppProductsGet request conforms to.

Creating a Request

inAppProductsGet Source #

Creates a value of InAppProductsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data InAppProductsGet Source #

Returns information about the in-app product specified.

See: inAppProductsGet smart constructor.

Instances

Eq InAppProductsGet Source # 
Data InAppProductsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InAppProductsGet -> c InAppProductsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InAppProductsGet #

toConstr :: InAppProductsGet -> Constr #

dataTypeOf :: InAppProductsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InAppProductsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InAppProductsGet) #

gmapT :: (forall b. Data b => b -> b) -> InAppProductsGet -> InAppProductsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InAppProductsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InAppProductsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> InAppProductsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InAppProductsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InAppProductsGet -> m InAppProductsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InAppProductsGet -> m InAppProductsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InAppProductsGet -> m InAppProductsGet #

Show InAppProductsGet Source # 
Generic InAppProductsGet Source # 
GoogleRequest InAppProductsGet Source # 
type Rep InAppProductsGet Source # 
type Rep InAppProductsGet = D1 (MetaData "InAppProductsGet" "Network.Google.Resource.AndroidPublisher.InAppProducts.Get" "gogol-android-publisher-0.2.0-L8pJWYUugTc2aQsDEpeAu6" False) (C1 (MetaCons "InAppProductsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_iapgPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iapgSKU") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InAppProductsGet Source # 
type Scopes InAppProductsGet = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs InAppProductsGet Source # 

Request Lenses

iapgSKU :: Lens' InAppProductsGet Text Source #

Unique identifier for the in-app product.