gogol-play-moviespartner-0.0.1: Google Play Movies Partner SDK.

Copyright(c) 2015 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.PlayMoviesPartner.Accounts.Orders.Get

Contents

Description

Get an Order given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.orders.get.

Synopsis

REST Resource

type AccountsOrdersGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("orders" :> (Capture "orderId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Order)))))))))))) Source

A resource alias for playmoviespartner.accounts.orders.get method which the AccountsOrdersGet request conforms to.

Creating a Request

accountsOrdersGet Source

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

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

data AccountsOrdersGet Source

Get an Order given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: accountsOrdersGet smart constructor.

Request Lenses

aogUploadProtocol :: Lens' AccountsOrdersGet (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

aogPp :: Lens' AccountsOrdersGet Bool Source

Pretty-print response.

aogUploadType :: Lens' AccountsOrdersGet (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

aogAccountId :: Lens' AccountsOrdersGet Text Source

REQUIRED. See _General rules_ for more information about this field.