flickr-0.2.2: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Groups.Pools

Description

flickr.groups.pools API, manage photo group pooling.

Synopsis

Documentation

add :: PhotoID -> GroupID -> FM ()Source

Add a photo to a group's pool.

getContext :: PhotoID -> GroupID -> FM (Photo, Photo)Source

Returns next and previous photos for a photo in a group pool.

getGroups :: FM [Group]Source

Returns a list of groups to which you can add photos.

getPhotos :: GroupID -> [Tag] -> Maybe UserID -> [PhotoInfo] -> FM [Photo]Source

Returns a list of pool photos for a given group, based on the permissions of the group and the user logged in (if any).

remove :: PhotoID -> GroupID -> FM ()Source

Remove a photo from a group pool.