mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.Info
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing info requests.
Documentation
data InfoRequest Source
Constructors
InfoRequest
inProps :: [String]
inTokens :: [String]
show/hide Instances
emptyInfoRequest :: InfoRequestSource
data InfoResponse Source
Constructors
InfoResponse
infPages :: [InfoPage]
data InfoPage Source
Constructors
InfoPage
infPage :: PageTitle
infTouched :: TimeString
infLastRevId :: RevID
infCounter :: Integer
infLength :: Integer
infIsRedirect :: Bool
infIsNew :: Bool
infEditTok :: Maybe Token
infDeleteTok :: Maybe Token
infProtectTok :: Maybe Token
infMoveTok :: Maybe Token
infProtection :: [PageRestriction]
emptyInfoResponse :: InfoResponseSource
emptyInfoPage :: InfoPageSource
data PageRestriction Source
Constructors
PageRestriction
prPageId :: PageID
prSource :: PageName
prType :: String
prLevel :: Integer
prExpiry :: TimeString
prCascade :: Bool
Produced by Haddock version 2.7.2