mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.AllPages
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing allpages requests.
Documentation
data AllPagesRequest Source
Constructors
AllPagesRequest
apFrom :: Maybe PageName
apPrefix :: Maybe PageName
apNamespace :: NamespaceID
apFilterRedir :: Maybe WithRedirects
apMinSize :: Maybe Int
apMaxSize :: Maybe Int
apProtTypeLevel :: ([String], [String])
apLimit :: Maybe Int
apDir :: Maybe Direction
apFilterLangLinks :: Maybe FilterLang
show/hide Instances
emptyAllPagesRequest :: AllPagesRequestSource
data AllPagesResponse Source
Constructors
AllPagesResponse
apLinks :: [PageTitle]
apContinue :: Maybe String
emptyAllPagesResponse :: AllPagesResponseSource
Produced by Haddock version 2.7.2