gogol-playcustomapp-0.5.0: Google Play Custom App Publishing 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.PlayCustomApp

Contents

Description

An API to publish custom Android apps.

See: Google Play Custom App Publishing API Reference

Synopsis

Service Configuration

playCustomAppService :: ServiceConfig Source #

Default request referring to version v1 of the Google Play Custom App Publishing API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

androidPublisherScope :: Proxy '["https://www.googleapis.com/auth/androidpublisher"] Source #

View and manage your Google Play Developer account

API Declaration

type PlayCustomAppAPI = AccountsCustomAppsCreateResource Source #

Represents the entirety of the methods and resources available for the Google Play Custom App Publishing API service.

Resources

playcustomapp.accounts.customApps.create

Types

CustomApp

data CustomApp Source #

This resource represents a custom app.

See: customApp smart constructor.

Instances
Eq CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

Data CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

Methods

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

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

toConstr :: CustomApp -> Constr #

dataTypeOf :: CustomApp -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

Generic CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

Associated Types

type Rep CustomApp :: Type -> Type #

ToJSON CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

FromJSON CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

type Rep CustomApp Source # 
Instance details

Defined in Network.Google.PlayCustomApp.Types.Product

type Rep CustomApp = D1 (MetaData "CustomApp" "Network.Google.PlayCustomApp.Types.Product" "gogol-playcustomapp-0.5.0-LmhkAjOfBvR4LHDkLYqEH1" False) (C1 (MetaCons "CustomApp'" PrefixI True) (S1 (MetaSel (Just "_caLanguageCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_caTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

customApp :: CustomApp Source #

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

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

caLanguageCode :: Lens' CustomApp (Maybe Text) Source #

Default listing language in BCP 47 format.

caTitle :: Lens' CustomApp (Maybe Text) Source #

Title for the Android app.