[][src]Crate mediawiki

Re-exports

pub use reqwest;

Modules

api

The Api class serves as a univeral interface to a MediaWiki API.

api_sync

The ApiSync class serves as a univeral interface to a MediaWiki API. This sync version is kept for backwards compatablilty.

page

The Page class deals with operations done on pages, like editing.

title

The Title class deals with page titles and namespaces

user

The User class deals with the (current) ApiSync user.

Macros

hashmap

To quickly create a hashmap. Example: hashmap!["action"=>"query","meta"=>"siteinfo","siprop"=>"general|namespaces|namespacealiases|libraries|extensions|statistics"]