flickr-0.2.2: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Photosets.Comments

Description

flickr.photosets.comments API, manage comments on photo sets.

Synopsis

Documentation

addComment :: PhotosetID -> String -> FM CommentIDSource

Add a comment to a photoset.

deleteComment :: CommentID -> FM ()Source

Delete a photoset comment as the currently authenticated user.

editComment :: CommentID -> String -> FM ()Source

Edit the text of a comment as the currently authenticated user.

getList :: PhotosetID -> FM [Comment]Source

Returns the comments for a photoset.