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 a single review.
See: Google Play Developer API Reference for androidpublisher.reviews.get
.
Synopsis
- type ReviewsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("reviews" :> (Capture "reviewId" Text :> (QueryParam "translationLanguage" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Review)))))))
- reviewsGet :: Text -> Text -> ReviewsGet
- data ReviewsGet
- rgReviewId :: Lens' ReviewsGet Text
- rgPackageName :: Lens' ReviewsGet Text
- rgTranslationLanguage :: Lens' ReviewsGet (Maybe Text)
REST Resource
type ReviewsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("reviews" :> (Capture "reviewId" Text :> (QueryParam "translationLanguage" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Review))))))) Source #
A resource alias for androidpublisher.reviews.get
method which the
ReviewsGet
request conforms to.
Creating a Request
Creates a value of ReviewsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ReviewsGet Source #
Returns a single review.
See: reviewsGet
smart constructor.
Instances
Request Lenses
rgPackageName :: Lens' ReviewsGet Text Source #
Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".