mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.AllLinks
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing alllinks requests.
Documentation
data AllLinksRequest Source
Constructors
AllLinksRequest
alContinueFrom :: Maybe String
alFrom :: Maybe PageName
alPrefix :: Maybe PageName
alUnique :: Bool
alProp :: [String]
alNamespace :: Maybe NamespaceID
alLimit :: Maybe Int
show/hide Instances
emptyAllLinksRequest :: AllLinksRequestSource
data AllLinksResponse Source
Constructors
AllLinksResponse
alLinks :: [PageTitle]
alContinue :: Maybe String
emptyAllLinksResponse :: AllLinksResponseSource
Produced by Haddock version 2.7.2