delicious-0.3.2: Accessing the del.icio.us APIs from Haskell (v2)

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Network.Delicious.Fetch

Description

Simple GET/de-ref of URLs; abstracting out networking backend/package.

Synopsis

Documentation

readContentsURL :: URLString -> IO StringSource

readContentsURL fetches the content from the given URL, u. Via a standard, non-authenticated, GET.

readUserContentsURL :: User -> URLString -> IO StringSource

Like readContentsURL, but HTTP authenticated using the supplied credentials.