flickr-0.3.3: Haskell binding to the Flickr APISource codeContentsIndex
Flickr.Photos.Comments
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
flickr.photos.comments API, setting/getting photo comments.
Synopsis
addComment :: PhotoID -> String -> FM CommentID
deleteComment :: CommentID -> FM ()
editComment :: CommentID -> String -> FM ()
getList :: PhotoID -> DateDetails -> FM [Comment]
Documentation
addComment :: PhotoID -> String -> FM CommentIDSource
Add comment to a photo as the currently authenticated user.
deleteComment :: CommentID -> FM ()Source
Delete a comment as the currently authenticated user.
editComment :: CommentID -> String -> FM ()Source
Edit the text of a comment as the currently authenticated user.
getList :: PhotoID -> DateDetails -> FM [Comment]Source
Returns the comments for a photo.
Produced by Haddock version 2.6.0