| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Safe Haskell | None |
MediaWiki.API.Query.AllPages
Description
Representing allpages requests.
Documentation
data AllPagesRequest Source
Constructors
Fields
- 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
Instances
data AllPagesResponse Source