flickr-0.3.0: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.People

Description

flickr.people API, accessing a user's attributes etc. http://www.flickr.com/services/api/

Synopsis

Documentation

findByEmail :: String -> FM UserSource

Return a user's NSID, given their email address

findByUsername :: UserName -> FM UserSource

Return a user's NSID, given their username.

getInfo :: UserID -> Bool -> FM UserSource

Get information about a user.

getPublicGroups :: UserID -> FM [Group]Source

Returns the list of public groups a user is a member of.

getPublicPhotos :: UserID -> Maybe Safety -> [PhotoInfo] -> FM [Photo]Source

Get a list of public photos for the given user.

getUploadStatus :: FM (User, Bandwidth, FileSize, PhotosetQuota)Source

Returns information for the calling user related to photo uploads.