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

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Safe HaskellNone

Network.Delicious.Fetch

Description

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

Synopsis

Documentation

readContentsURL :: String -> URLString -> IO StringSource

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

readUserContentsURL :: User -> String -> URLString -> IO StringSource

Like readContentsURL, but HTTP authenticated using the supplied credentials.