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

Safe HaskellNone
LanguageHaskell98

Network.Google.Picasa

Contents

Description

Synopsis

Types

type UserId = String Source

Picasa user ID.

defaultUser :: UserId Source

Default Picasa user ID

type AlbumId = String Source

Picasa album ID.

Functions

listAlbums Source

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.

listPhotos Source

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.