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

Safe HaskellNone

Network.Google.Books

Contents

Description

Synopsis

Types

type ShelfId = StringSource

Bookshelf ID.

Functions

listBooksSource

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> [ShelfId]

The bookshelf IDs.

-> IO JSValue

The action returning the books' metadata in JSON format.

listBookshelvesSource

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> IO JSValue

The action returning the bookshelves' metadata in JSON format.