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.Onboarding.ListCategories

Contents

Description

List categories for onboarding experience.

See: Books API Reference for books.onboarding.listCategories.

Synopsis

REST Resource

type OnboardingListCategoriesResource = "books" :> ("v1" :> ("onboarding" :> ("listCategories" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Category))))) Source

A resource alias for books.onboarding.listCategories method which the OnboardingListCategories request conforms to.

Creating a Request

onboardingListCategories :: OnboardingListCategories Source

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

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

Request Lenses

olcLocale :: Lens' OnboardingListCategories (Maybe Text) Source

ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.