mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.AllMessages
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing allmessages requests.
Documentation
data AllMessagesRequest Source
Constructors
AllMessagesRequest
amMessages :: [String]
amFilter :: Maybe String
amLang :: Maybe String
show/hide Instances
emptyAllMessagesRequest :: AllMessagesRequestSource
data AllMessagesResponse Source
Constructors
AllMessagesResponse
amsgMessages :: [MessageInfo]
emptyAllMessagesResponse :: AllMessagesResponseSource
data MessageInfo Source
Constructors
MessageInfo
msgiName :: String
msgiMissing :: Bool
msgiContent :: String
emptyMessageInfo :: MessageInfoSource
Produced by Haddock version 2.7.2