delicious-0.3.3: Accessing the del.icio.us APIs from Haskell (v2)Source codeContentsIndex
Network.Delicious.User
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Description
Accessing a user's tags and bookmarks
Documentation
getLastUpdate :: DM TimeStringSource
getTags :: DM [TagInfo]Source
renameTag :: Tag -> Tag -> DM ()Source
deleteTag :: Tag -> DM ()Source
getPosts :: Filter -> DM [Post]Source
getRecent :: Maybe Tag -> Maybe Integer -> DM [Post]Source
getAll :: Maybe Tag -> DM [Post]Source
getAllHashes :: DM [Post]Source
getByDate :: Maybe Tag -> DM [(DateString, Integer)]Source
addPost :: Post -> Bool -> Bool -> DM ()Source
deletePost :: URLString -> DM ()Source
getBundles :: DM [Bundle]Source
setBundle :: String -> [Tag] -> DM ()Source
deleteBundle :: String -> DM ()Source
restReq :: String -> [(String, String)] -> DM (Either Element String)Source
Produced by Haddock version 2.6.0