gogol-playcustomapp-0.4.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.Resource.PlayCustomApp.Accounts.CustomApps.Create

Contents

Description

Create and publish a new custom app.

See: Google Play Custom App Publishing API Reference for playcustomapp.accounts.customApps.create.

Synopsis

REST Resource

type AccountsCustomAppsCreateResource = ("playcustomapp" :> ("v1" :> ("accounts" :> (Capture "account" (Textual Int64) :> ("customApps" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CustomApp :> Post '[JSON] CustomApp))))))) :<|> ("upload" :> ("playcustomapp" :> ("v1" :> ("accounts" :> (Capture "account" (Textual Int64) :> ("customApps" :> (QueryParam "alt" AltJSON :> (QueryParam "uploadType" Multipart :> (MultipartRelated '[JSON] CustomApp :> Post '[JSON] CustomApp))))))))) Source #

A resource alias for playcustomapp.accounts.customApps.create method which the AccountsCustomAppsCreate request conforms to.

Creating a Request

accountsCustomAppsCreate Source #

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

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

data AccountsCustomAppsCreate Source #

Create and publish a new custom app.

See: accountsCustomAppsCreate smart constructor.

Instances
Eq AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

Data AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

Methods

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

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

toConstr :: AccountsCustomAppsCreate -> Constr #

dataTypeOf :: AccountsCustomAppsCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

Generic AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

Associated Types

type Rep AccountsCustomAppsCreate :: Type -> Type #

GoogleRequest AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

GoogleRequest (MediaUpload AccountsCustomAppsCreate) Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

type Rep AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

type Rep AccountsCustomAppsCreate = D1 (MetaData "AccountsCustomAppsCreate" "Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create" "gogol-playcustomapp-0.4.0-3YHpjjiHtHaBdNZGNlWuuS" False) (C1 (MetaCons "AccountsCustomAppsCreate'" PrefixI True) (S1 (MetaSel (Just "_acacPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CustomApp) :*: S1 (MetaSel (Just "_acacAccount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))
type Scopes AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

type Scopes AccountsCustomAppsCreate = "https://www.googleapis.com/auth/androidpublisher" ': ([] :: [Symbol])
type Rs AccountsCustomAppsCreate Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

type Scopes (MediaUpload AccountsCustomAppsCreate) Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

type Rs (MediaUpload AccountsCustomAppsCreate) Source # 
Instance details

Defined in Network.Google.Resource.PlayCustomApp.Accounts.CustomApps.Create

Request Lenses