flickr-0.2.2: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.URLs

Description

The 'flickr.urls' API + convenience functions for creating URL strings to various Flickr std-format URLs.

Synopsis

Documentation

getGroup :: GroupID -> FM URLStringSource

Returns the url to a group's page.

getUserPhotos :: Maybe UserID -> FM URLStringSource

Returns the url to a user's photos.

getUserProfile :: Maybe UserID -> FM URLStringSource

Returns the url to a user's profile.

lookupGroup :: URLString -> FM GroupSource

Returns a group NSID, given the url to a group's page or photo pool.

lookupUser :: URLString -> FM UserSource

Returns a user NSID, given the url to a user's photos or profile.