handa-gdata-0.7.0.3: Library and command-line utility for accessing Google services and APIs.

Safe HaskellNone
LanguageHaskell98

Network.Google.Books

Contents

Description

Synopsis

Types

type ShelfId = String Source

Bookshelf ID.

Functions

listBooks Source

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> [ShelfId]

The bookshelf IDs.

-> IO JSValue

The action returning the books' metadata in JSON format.

listBookshelves Source

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> IO JSValue

The action returning the bookshelves' metadata in JSON format.