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

Safe HaskellNone

Network.Google.Picasa

Contents

Description

Synopsis

Types

type UserId = StringSource

Picasa user ID.

defaultUser :: UserIdSource

Default Picasa user ID

type AlbumId = StringSource

Picasa album ID.

Functions

listAlbumsSource

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> UserId

The user ID for the photos.

-> IO Element

The action returning the albums metadata in XML format.

listPhotosSource

Arguments

:: AccessToken

The OAuth 2.0 access token.

-> UserId

The user ID for the photos.

-> [AlbumId]

The album ID for the photos, or all photos if null.

-> IO Element

The action returning the photo metadata in XML format.