flickr-0.3.2: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Tags

Description

The flickr.tags API, fetching photos by tag or cluster membership.

Synopsis

Documentation

getClusterPhotos :: TagID -> ClusterID -> FM (PhotoContext, [Photo])Source

Returns the first 24 photos for a given tag cluster.

getClusters :: Tag -> FM [Cluster]Source

Gives you a list of tag clusters for the given tag.

getHotList :: Maybe DayWeek -> Maybe Int -> FM [TagDetails]Source

Returns a list of hot tags for the given period.

getListPhoto :: PhotoID -> FM [TagDetails]Source

Get the tag list for a given photo.

getListUser :: Maybe UserID -> FM [TagDetails]Source

Get the tag list for a given user (or the currently logged in user).

getListUserPopular :: Maybe UserID -> Maybe Int -> FM [TagDetails]Source

Get the popular tags for a given user (or the currently logged in user).

getListUserRaw :: Maybe Tag -> FM [TagDetails]Source

Get the raw versions of a given tag (or all tags) for the currently logged-in user.

getRelated :: Tag -> FM [TagDetails]Source

Returns a list of tags related to the given tag, based on clustered usage analysis.