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

Safe HaskellNone
LanguageHaskell98

Network.Google.Bookmarks

Contents

Description

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

Synopsis

Types

type EMail = String Source

Google e-mail address.

type Password = String Source

Google password.

type SmsToken = String Source

SMS authentication token.

Functions

listBookmarks Source

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.