Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns information about the in-app product specified.
See: Google Play Developer API Reference for androidpublisher.inappproducts.get
.
Synopsis
- type InAppProductsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InAppProduct))))))
- inAppProductsGet :: Text -> Text -> InAppProductsGet
- data InAppProductsGet
- iapgPackageName :: Lens' InAppProductsGet Text
- iapgSKU :: Lens' InAppProductsGet Text
REST Resource
type InAppProductsGetResource = "androidpublisher" :> ("v3" :> ("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
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.