| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Safe Haskell | Safe-Inferred |
MediaWiki.API.Action.ParamInfo
Description
Representing ParamInfo requests.
Documentation
data ParamInfoRequest Source
Constructors
| ParamInfoRequest | |
Fields
| |
data ParamInfoResponse Source
Constructors
| ParamInfoResponse | |
Fields
| |
Constructors
| APIModule | |
Fields
| |
data ModuleParam Source
Constructors
| ModuleParam | |
Fields | |
Constructors
| TypeBool | |
| TypeString | |
| TypeInteger | |
| TypeTimestamp | |
| TypeName String | |
| TypeEnum [String] |