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 |
Retrieves information about the given store.
See: Content API for Shopping Reference for content.pos.get
.
Synopsis
- type PosGetResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("pos" :> (Capture "targetMerchantId" (Textual Word64) :> ("store" :> (Capture "storeCode" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] PosStore)))))))
- posGet :: Word64 -> Text -> Word64 -> PosGet
- data PosGet
- pMerchantId :: Lens' PosGet Word64
- pStoreCode :: Lens' PosGet Text
- pTargetMerchantId :: Lens' PosGet Word64
REST Resource
type PosGetResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("pos" :> (Capture "targetMerchantId" (Textual Word64) :> ("store" :> (Capture "storeCode" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] PosStore))))))) Source #
A resource alias for content.pos.get
method which the
PosGet
request conforms to.
Creating a Request
Creates a value of PosGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves information about the given store.
See: posGet
smart constructor.
Instances
Eq PosGet Source # | |
Data PosGet Source # | |
Defined in Network.Google.Resource.Content.Pos.Get gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PosGet -> c PosGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PosGet # toConstr :: PosGet -> Constr # dataTypeOf :: PosGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PosGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PosGet) # gmapT :: (forall b. Data b => b -> b) -> PosGet -> PosGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PosGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PosGet -> r # gmapQ :: (forall d. Data d => d -> u) -> PosGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PosGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PosGet -> m PosGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PosGet -> m PosGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PosGet -> m PosGet # | |
Show PosGet Source # | |
Generic PosGet Source # | |
GoogleRequest PosGet Source # | |
type Rep PosGet Source # | |
Defined in Network.Google.Resource.Content.Pos.Get type Rep PosGet = D1 (MetaData "PosGet" "Network.Google.Resource.Content.Pos.Get" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "PosGet'" PrefixI True) (S1 (MetaSel (Just "_pMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: (S1 (MetaSel (Just "_pStoreCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pTargetMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))))) | |
type Scopes PosGet Source # | |
Defined in Network.Google.Resource.Content.Pos.Get | |
type Rs PosGet Source # | |
Defined in Network.Google.Resource.Content.Pos.Get |