Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List categories for onboarding experience.
See: Books API Reference for books.onboarding.listCategories
.
Synopsis
- type OnboardingListCategoriesResource = "books" :> ("v1" :> ("onboarding" :> ("listCategories" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Category)))))
- onboardingListCategories :: OnboardingListCategories
- data OnboardingListCategories
- olcLocale :: Lens' OnboardingListCategories (Maybe Text)
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:
data OnboardingListCategories Source #
List categories for onboarding experience.
See: onboardingListCategories
smart constructor.