Portability | portable |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Safe Haskell | Safe-Infered |
flickr.photosets.comments API, manage comments on photo sets.
- addComment :: PhotosetID -> String -> FM CommentID
- deleteComment :: CommentID -> FM ()
- editComment :: CommentID -> String -> FM ()
- getList :: PhotosetID -> FM [Comment]
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.