Crate mwapi[][src]

Expand description

A MediaWiki API client library.

Key features of mwapi:

  • generic to fit any application, whether for interactive usage or writing a bot
  • intended for use in async setups, and is compatible with being used with concurrency
  • turns MediaWiki errors into Rust errors for you
  • logging (using the log crate) for visiblity into errors

More to come.

Re-exports

pub use client::Client;
pub use error::Error;
pub use error::ErrorFormat;

Modules

Enums

Assert that your account has the specified login state, see API:Assert for more details.

Type Definitions