flickr-0.3.1: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.MachineTags

Description

The flickr.machinetags API, fetching photos by their machinetags.

Synopsis

Documentation

getNamespacesSource

Arguments

:: Maybe String

optional predicate

-> FM (NameContext, [Namespace]) 

Return a list of unique namespaces, optionally limited by a given predicate, in alphabetical order.

getPairsSource

Arguments

:: Maybe String

namespace constraint

-> Maybe String

predicate constraint

-> FM (ResContext MachineTagPair, [MachineTagPair]) 

Return a list of unique namespace and predicate pairs, optionally limited by predicate or namespace, in alphabetical order.

getPredicates :: Maybe String -> FM (ResContext MachineTagPred, [MachineTagPred])Source

Return a list of unique predicates, optionally limited by a given namespace.

getValues :: String -> String -> FM (ResContext MachineTag, [MachineTag])Source

Return a list of unique values for a namespace and predicate.