mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.WatchList
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing watchlist requests.
Documentation
data WatchListRequest Source
Constructors
WatchListRequest
wlAllRev :: Bool
wlStart :: Maybe Timestamp
wlEnd :: Maybe Timestamp
wlNamespaces :: [NamespaceID]
wlDir :: Maybe TimeArrow
wlLimit :: Maybe Int
wlProp :: [String]
wlShow :: [String]
show/hide Instances
emptyWatchListRequest :: WatchListRequestSource
data WatchListResponse Source
Constructors
WatchListResponse
wlWatch :: WatchList
wlContinue :: Maybe String
emptyWatchListResponse :: WatchListResponseSource
data WatchList Source
Constructors
WatchList
wlPage :: PageTitle
wlRevId :: Maybe RevID
wlUser :: Maybe UserName
wlIsAnon :: Bool
wlIsNew :: Bool
wlIsMinor :: Bool
wlIsPatrolled :: Bool
wlTimestamp :: Maybe Timestamp
wlLength :: Maybe Int
wlOldLength :: Maybe Int
wlComment :: Maybe String
emptyWatchList :: WatchListSource
Produced by Haddock version 2.7.2