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 |
List all the in-app products for an Android app, both subscriptions and managed in-app products..
See: Google Play Developer API Reference for androidpublisher.inappproducts.list
.
Synopsis
- type InAppProductsListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] InAppProductsListResponse))))))))
- inAppProductsList :: Text -> InAppProductsList
- data InAppProductsList
- iaplPackageName :: Lens' InAppProductsList Text
- iaplToken :: Lens' InAppProductsList (Maybe Text)
- iaplStartIndex :: Lens' InAppProductsList (Maybe Word32)
- iaplMaxResults :: Lens' InAppProductsList (Maybe Word32)
REST Resource
type InAppProductsListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] InAppProductsListResponse)))))))) Source #
A resource alias for androidpublisher.inappproducts.list
method which the
InAppProductsList
request conforms to.
Creating a Request
Creates a value of InAppProductsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InAppProductsList Source #
List all the in-app products for an Android app, both subscriptions and managed in-app products..
See: inAppProductsList
smart constructor.
Instances
Request Lenses
iaplPackageName :: Lens' InAppProductsList Text Source #
Unique identifier for the Android app with in-app products; for example, "com.spiffygame".