flickr-0.3.1: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Photos.Notes

Description

flickr.photos.notes API, managing a user's photo annotations.

Synopsis

Documentation

add :: PhotoID -> Point -> Size -> String -> FM NoteIDSource

Add a note to a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.

delete :: NoteID -> FM ()Source

Delete a note from a photo.

edit :: NoteID -> Point -> Size -> String -> FM ()Source

Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.