gogol-android-publisher-0.3.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.Edits.Get

Contents

Description

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

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

Synopsis

REST Resource

type EditsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AppEdit)))))) #

A resource alias for androidpublisher.edits.get method which the EditsGet request conforms to.

Creating a Request

editsGet #

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

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

data EditsGet #

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

See: editsGet smart constructor.

Instances

Eq EditsGet # 
Data EditsGet # 

Methods

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

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

toConstr :: EditsGet -> Constr #

dataTypeOf :: EditsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsGet # 
Generic EditsGet # 

Associated Types

type Rep EditsGet :: * -> * #

Methods

from :: EditsGet -> Rep EditsGet x #

to :: Rep EditsGet x -> EditsGet #

GoogleRequest EditsGet # 

Associated Types

type Rs EditsGet :: * #

type Scopes EditsGet :: [Symbol] #

type Rep EditsGet # 
type Rep EditsGet = D1 (MetaData "EditsGet" "Network.Google.Resource.AndroidPublisher.Edits.Get" "gogol-android-publisher-0.3.0-G6bH5D6SBZpFoRsrFBxZhL" False) (C1 (MetaCons "EditsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_egPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_egEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes EditsGet # 
type Scopes EditsGet = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsGet # 

Request Lenses

egPackageName :: Lens' EditsGet Text #

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

egEditId :: Lens' EditsGet Text #

Unique identifier for this edit.