gogol-books-0.0.1: Google Books 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.Books.PromoOffer.Get

Contents

Description

Returns a list of promo offers available to the user

See: Books API Reference for books.promooffer.get.

Synopsis

REST Resource

type PromoOfferGetResource = "books" :> ("v1" :> ("promooffer" :> ("get" :> (QueryParam "manufacturer" Text :> (QueryParam "serial" Text :> (QueryParam "device" Text :> (QueryParam "model" Text :> (QueryParam "product" Text :> (QueryParam "androidId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Offers)))))))))) Source

A resource alias for books.promooffer.get method which the PromoOfferGet request conforms to.

Creating a Request

promoOfferGet :: PromoOfferGet Source

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

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

Request Lenses