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

Safe HaskellNone

Network.Google.Bookmarks

Contents

Description

Functions for accessing the unofficial Google Bookmarks API, see http://www.mmartins.com/mmartins/googlebookmarksapi/.

Synopsis

Types

type EMail = StringSource

Google e-mail address.

type Password = StringSource

Google password.

type SmsToken = StringSource

SMS authentication token.

Functions

listBookmarksSource

Arguments

:: EMail

The Google e-mail address.

-> Password

The Google password.

-> SmsToken

The SMS authentication token.

-> IO Element

The action returning the bookmarks in XML format.